org.gradle.jvmargs=-Xmx8G -XX:MaxMetaspaceSize=4G -XX:ReservedCodeCacheSize=512m -XX:+HeapDumpOnOutOfMemoryError android.useAndroidX=true # This newDsl flag was added by the Flutter template android.newDsl=false # This builtInKotlin flag was added by the Flutter template android.builtInKotlin=false # Kotlin's incremental compiler computes relative paths between the project # (drive E:) and the Gradle/Kotlin caches (drive C:), which throws # "this and base files have different roots" on Windows. Disable it. kotlin.incremental=false