diff --git a/gradle.properties b/gradle.properties index 61a867353..ed4df0bfc 100644 --- a/gradle.properties +++ b/gradle.properties @@ -5,5 +5,5 @@ android.useAndroidX=true kotlin.code.style=official org.gradle.caching=true -org.gradle.jvmargs=-Xmx2048m -Dfile.encoding=UTF-8 +org.gradle.jvmargs=-Xmx4g -XX:+UseParallelGC -Dfile.encoding=UTF-8 org.gradle.parallel=true