Skip to content

Commit cbdfe13

Browse files
committed
Disable Android documentation linking in Dokka configuration
1 parent 2afbf02 commit cbdfe13

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

buildSrc/src/main/kotlin/devcore.dokka-conventions.gradle.kts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,10 @@ tasks.register<Jar>("dokkaJar") {
99

1010
dokka {
1111
moduleName.set(project.name)
12+
13+
dokkaSourceSets {
14+
configureEach {
15+
enableAndroidDocumentationLink.set(false)
16+
}
17+
}
1218
}

0 commit comments

Comments
 (0)