Loading gradle.properties +10 −2 Original line number Diff line number Diff line org.gradle.jvmargs=-Xmx1536M # [https://developer.android.com/build/optimize-your-build#optimize] org.gradle.jvmargs=-Xmx4g -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8 -XX:+UseParallelGC -XX:MaxMetaspaceSize=512m org.gradle.parallel=true # configuration cache [https://developer.android.com/build/optimize-your-build#use-the-configuration-cache-experimental] org.gradle.unsafe.configuration-cache=true org.gradle.unsafe.configuration-cache-problems=warn # Android android.useAndroidX=true No newline at end of file Loading
gradle.properties +10 −2 Original line number Diff line number Diff line org.gradle.jvmargs=-Xmx1536M # [https://developer.android.com/build/optimize-your-build#optimize] org.gradle.jvmargs=-Xmx4g -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8 -XX:+UseParallelGC -XX:MaxMetaspaceSize=512m org.gradle.parallel=true # configuration cache [https://developer.android.com/build/optimize-your-build#use-the-configuration-cache-experimental] org.gradle.unsafe.configuration-cache=true org.gradle.unsafe.configuration-cache-problems=warn # Android android.useAndroidX=true No newline at end of file