10 lines
496 B
Properties
10 lines
496 B
Properties
org.gradle.jvmargs=-Xmx8G -XX:MaxMetaspaceSize=4G -XX:ReservedCodeCacheSize=512m -XX:+HeapDumpOnOutOfMemoryError
|
|
android.useAndroidX=true
|
|
# All bundled dependencies use AndroidX. Jetifier also cannot process modern
|
|
# JVM-only test artifacts when Android lint builds dependency models.
|
|
android.enableJetifier=false
|
|
# This builtInKotlin flag was added automatically by Flutter migrator
|
|
android.builtInKotlin=false
|
|
# This newDsl flag was added automatically by Flutter migrator
|
|
android.newDsl=false
|