10 lines
485 B
Properties
10 lines
485 B
Properties
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
|
|
# Le cache incrémental Kotlin plante quand le pub cache (C:) et le projet (D:)
|
|
# sont sur des disques différents : il ne peut pas calculer de chemin relatif.
|
|
kotlin.incremental=false
|