diff --git a/gradle.properties b/gradle.properties index 947dbd0f..e43ef1dd 100644 --- a/gradle.properties +++ b/gradle.properties @@ -3,6 +3,7 @@ org.gradle.jvmargs=-Xmx10g -Xms4g -XX\:MaxMetaspaceSize\=1g -Dfile.encoding\=UTF org.gradle.vfs.watch=true org.gradle.caching=true org.gradle.configuration.cache=true +org.gradle.configuration-cache.parallel=true systemProp.org.gradle.kotlin.dsl.precompiled.accessors.strict=true kotlin.code.style=official