diff --git a/gradle.properties b/gradle.properties index e72ef751..644cf336 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ -org.gradle.jvmargs=-Xms2G -Xmx4G -Dfile.encoding=UTF-8 --enable-native-access=ALL-UNNAMED +org.gradle.jvmargs=-Xms512M -Xmx2G -Dfile.encoding=UTF-8 --enable-native-access=ALL-UNNAMED org.gradle.parallel=true android.useAndroidX=true kotlin.code.style=official