workerDebugEnabled
Deprecated
Please move worker options to `DokkatooExtension.dokkaGeneratorIsolation`. Worker options were moved to allow for configuring worker isolation
Please move worker options:
// build.gradle.kts
dokkatoo {
dokkaGeneratorIsolation = ProcessIsolation {
debug = true
}
}
Content copied to clipboard
Worker options were moved to allow for configuring worker isolation.