diff --git a/gradle.properties b/gradle.properties index ba4681f190..c1199351e9 100644 --- a/gradle.properties +++ b/gradle.properties @@ -5,5 +5,7 @@ kotlin.code.style=official kotlin.compilerArgs=-Xjspecify-annotations=strict, -Xtype-enhancement-improvements-strict-mode org.gradle.caching=true +org.gradle.configuration-cache=true +org.gradle.configuration-cache.problems=warn org.gradle.jvmargs=-Xmx4g -XX:+UseParallelGC -Dfile.encoding=UTF-8 org.gradle.parallel=true