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 b472d9c commit f56f15bCopy full SHA for f56f15b
gradle.properties
@@ -2,8 +2,10 @@ kotlin.code.style=official
2
#org.gradle.jvmargs=-XX:+UseParallelGC
3
#org.gradle.parallel=true
4
#org.gradle.configuration-cache.parallel=true
5
+org.gradle.caching=true
6
+org.gradle.jvmargs=-Xmx4g
7
8
org.jetbrains.dokka.experimental.gradle.pluginMode=V2Enabled
9
org.jetbrains.dokka.experimental.gradle.pluginMode.noWarn=true
10
-kotlin.daemon.jvmargs=-Xmx2G
11
+kotlin.daemon.jvmargs=-Xmx4G
0 commit comments