We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc5afe6 commit 83ec57eCopy full SHA for 83ec57e
build.gradle.kts
@@ -4,6 +4,7 @@ tasks.wrapper {
4
5
plugins {
6
id("org.jetbrains.kotlinx.binary-compatibility-validator") version "0.16.3"
7
+ id("org.jetbrains.dokka")
8
}
9
10
apiValidation {
@@ -17,10 +18,6 @@ apiValidation {
17
18
19
20
-plugins {
21
- id("org.jetbrains.dokka")
22
-}
23
-
24
dependencies {
25
subprojects.filter { it.name.startsWith(project.name) }.forEach {
26
dokka(it)
buildSrc/src/main/kotlin/dokka-convention.gradle.kts
@@ -2,7 +2,9 @@ plugins {
2
id("com.huanshankeji.team.dokka.github-dokka-convention")
3
+/*
dokka {
// https://github.com/Kotlin/dokka/issues/3885#issuecomment-2449645480
dokkaGeneratorIsolation = ClassLoaderIsolation()
+*/
0 commit comments