We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76d0b1f commit 7ef8880Copy full SHA for 7ef8880
build.gradle.kts
@@ -36,4 +36,8 @@ allprojects {
36
tasks.withType<DokkaMultiModuleTask>().configureEach {
37
dependsOn(gradle.includedBuild("plugin-build").task(":plugin:dokkaHtmlPartial"))
38
addSubprojectChildTasks(":plugin-build:build:dokkaHtmlPartial")
39
+}
40
+
41
+dokka {
42
+ dokkaGeneratorIsolation = ClassLoaderIsolation()
43
}
0 commit comments