org.gradle.jvmargs=-Xmx8G -XX:MaxMetaspaceSize=4G -XX:ReservedCodeCacheSize=512m -XX:+HeapDumpOnOutOfMemoryError android.useAndroidX=true android.enableJetifier=true # This builtInKotlin flag was added automatically by Flutter migrator android.builtInKotlin=false # This newDsl flag was added automatically by Flutter migrator android.newDsl=false # Kotlin 2.2+ fails the build when a module's Java and Kotlin compile tasks # target different JVM versions. Several Flutter plugins still pin mismatched # targets (e.g. Java 1.8 vs Kotlin 1.8, or Java 11 vs Kotlin 17). On Android # every class is dexed by D8/R8, so the class-file version mismatch is benign; # downgrade the strict check to a warning so third-party plugins build. kotlin.jvm.target.validation.mode=warning