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 06b1e51 commit 0d77f0fCopy full SHA for 0d77f0f
buildSrc/src/main/kotlin/dokka-convention.gradle.kts
@@ -14,7 +14,7 @@ dokka {
14
moduleVersion.set(sdkVersion)
15
16
dokkaGeneratorIsolation = ProcessIsolation {
17
- maxHeapSize = "4g"
+ maxHeapSize = "16g"
18
}
19
20
pluginsConfiguration.html {
0 commit comments