Skip to content

Commit 1c518d7

Browse files
committed
Add to dokka
1 parent 2a6c3d6 commit 1c518d7

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

integrations/sqldelight/build.gradle.kts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ plugins {
66
alias(libs.plugins.kotlinter)
77
alias(libs.plugins.kotlin.atomicfu)
88
id("com.powersync.plugins.sonatype")
9+
id("dokka-convention")
910
}
1011

1112
kotlin {
@@ -50,3 +51,7 @@ android {
5051
jvmToolchain(17)
5152
}
5253
}
54+
55+
dokka {
56+
moduleName.set("PowerSync for SQLDelight")
57+
}

0 commit comments

Comments
 (0)