Skip to content

Commit 83ec57e

Browse files
committed
Resolve some build errors after the merge
1 parent bc5afe6 commit 83ec57e

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

build.gradle.kts

+1-4
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ tasks.wrapper {
44

55
plugins {
66
id("org.jetbrains.kotlinx.binary-compatibility-validator") version "0.16.3"
7+
id("org.jetbrains.dokka")
78
}
89

910
apiValidation {
@@ -17,10 +18,6 @@ apiValidation {
1718
}
1819
}
1920

20-
plugins {
21-
id("org.jetbrains.dokka")
22-
}
23-
2421
dependencies {
2522
subprojects.filter { it.name.startsWith(project.name) }.forEach {
2623
dokka(it)

buildSrc/src/main/kotlin/dokka-convention.gradle.kts

+2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@ plugins {
22
id("com.huanshankeji.team.dokka.github-dokka-convention")
33
}
44

5+
/*
56
dokka {
67
// https://github.com/Kotlin/dokka/issues/3885#issuecomment-2449645480
78
dokkaGeneratorIsolation = ClassLoaderIsolation()
89
}
10+
*/

0 commit comments

Comments
 (0)