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 80b28eb commit 37a07cfCopy full SHA for 37a07cf
gradle.properties
@@ -7,6 +7,7 @@ org.gradle.caching=true
7
org.gradle.configuration-cache=true
8
#org.gradle.unsafe.isolated-projects=true
9
org.gradle.parallel=true
10
+org.gradle.configuration-cache.parallel=true
11
12
org.jetbrains.dokka.experimental.gradle.pluginMode=V2Enabled
13
org.jetbrains.dokka.experimental.gradle.pluginMode.noWarn=true
tests/gradle.properties
@@ -9,6 +9,7 @@ org.gradle.jvmargs=-Xmx8g
org.gradle.caching=true
# Enable the configuration cache
14
15
0 commit comments