| Build the APK, out of ClojureDart and Flutter | 1 | org.gradle.jvmargs=-Xmx8G -XX:MaxMetaspaceSize=4G -XX:ReservedCodeCacheSize=512m -XX:+HeapDumpOnOutOfMemoryError |
| 2 | android.useAndroidX=true | |
| 3 | # This newDsl flag was added by the Flutter template | |
| 4 | android.newDsl=false | |
| 5 | # This builtInKotlin flag was added by the Flutter template | |
| 6 | android.builtInKotlin=false |