|
|
|
|
@ -17,7 +17,7 @@
|
|
|
|
|
# - CodeCache normally defaults to a very small size. Increasing it from platform defaults of 32-48m
|
|
|
|
|
# because of how many classes can be loaded into memory and then cached as native compiled code
|
|
|
|
|
# for a small speed boost.
|
|
|
|
|
org.gradle.jvmargs=-Dfile.encoding=UTF-8 -XX:+UseG1GC -XX:SoftRefLRUPolicyMSPerMB=1 -XX:ReservedCodeCacheSize=256m -XX:+HeapDumpOnOutOfMemoryError -Xmx4g -Xms4g
|
|
|
|
|
org.gradle.jvmargs=-Dfile.encoding=UTF-8 -XX:+UseG1GC -XX:SoftRefLRUPolicyMSPerMB=1 -XX:ReservedCodeCacheSize=256m -XX:+HeapDumpOnOutOfMemoryError -Xmx4g -Xms4g -Dorg.gradle.internal.isolated-projects.parallel=false
|
|
|
|
|
|
|
|
|
|
# For more information about how Kotlin Daemon memory options were chosen:
|
|
|
|
|
# - Kotlin JVM args only inherit Xmx, ReservedCodeCache, and MaxMetaspace. Since we are specifying
|
|
|
|
|
@ -44,6 +44,8 @@ org.gradle.configuration-cache.parallel=true
|
|
|
|
|
# to generate the Configuration Cache regardless of incompatible tasks.
|
|
|
|
|
# See https://github.com/android/nowinandroid/issues/1022 before using it.
|
|
|
|
|
org.gradle.configuration-cache.problems=warn
|
|
|
|
|
org.gradle.unsafe.isolated-projects=true
|
|
|
|
|
ksp.project.isolation.enabled=true
|
|
|
|
|
|
|
|
|
|
# AndroidX package structure to make it clearer which packages are bundled with the
|
|
|
|
|
# Android operating system, and which are packaged with your app"s APK
|
|
|
|
|
|