Files
mobile/android/gradle.properties
2026-07-05 01:09:44 +02:00

10 lines
518 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
# Compatibilité plugins Flutter (mobile_scanner, stripe_android) pas encore migrés vers le Kotlin intégré AGP 9
android.builtInKotlin=false
# Évite les erreurs de cache Kotlin cross-disques (C: pub cache / D: projet) sous Windows
kotlin.incremental=false
kotlin.compiler.execution.strategy=in-process