| org.gradle.jvmargs=-Xmx8G -XX:MaxMetaspaceSize=4G -XX:ReservedCodeCacheSize=512m -XX:+HeapDumpOnOutOfMemoryError | |
| android.useAndroidX=true | |
| # Kotlin incremental compilation cannot compute relocatable paths when project | |
| # and pub cache live on different Windows drives (E:\ vs C:\Users\...\Pub\Cache). | |
| # Disabling avoids the "different roots" cache-close errors and the silent | |
| # fallback to non-incremental compilation. | |
| kotlin.incremental=false | |