diff --git a/gradle.properties b/gradle.properties index b13e7169c1..be71021f0d 100644 --- a/gradle.properties +++ b/gradle.properties @@ -6,6 +6,6 @@ android.useAndroidX=true kotlin.code.style=official org.gradle.caching=true -org.gradle.jvmargs=-Xmx4g -Dfile.encoding=UTF-8 +org.gradle.jvmargs=-Xmx4g -Dfile.encoding=UTF-8 -XX:+UseParallelGC org.gradle.parallel=true org.gradle.configuration-cache=true