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 8c878b2 commit 0a0dfa3Copy full SHA for 0a0dfa3
gradle.properties
@@ -48,8 +48,13 @@ org.gradle.caching=true
48
org.gradle.parallel=true
49
org.gradle.configuration-cache=true
50
org.gradle.configuration-cache.parallel=true
51
+org.gradle.configuration-cache.entries-per-key=3
52
org.gradle.kotlin.dsl.allWarningsAsErrors=true
53
54
+# Speeds up the configuration phase but might cause problems with running some tasks on a single module.
55
+# If you experience problems with this flag, try to add `--no-configure-on-demand` or set this flag to `false`
56
+org.gradle.configureondemand=true
57
+
58
# kotlin
59
kotlin.native.ignoreDisabledTargets=true
60
kotlin.mpp.stability.nowarn=true
0 commit comments