Skip to content

Commit 7ef8880

Browse files
committed
- attempt to fix dokka oom
1 parent 76d0b1f commit 7ef8880

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

build.gradle.kts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,8 @@ allprojects {
3636
tasks.withType<DokkaMultiModuleTask>().configureEach {
3737
dependsOn(gradle.includedBuild("plugin-build").task(":plugin:dokkaHtmlPartial"))
3838
addSubprojectChildTasks(":plugin-build:build:dokkaHtmlPartial")
39+
}
40+
41+
dokka {
42+
dokkaGeneratorIsolation = ClassLoaderIsolation()
3943
}

0 commit comments

Comments
 (0)