Files
DriverVault/Phone App/android/gradle.properties
T
2026-07-06 08:50:52 +02:00

11 lines
537 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
# Kotlin's incremental compiler computes relative paths between the project
# (drive E:) and the Gradle/Kotlin caches (drive C:), which throws
# "this and base files have different roots" on Windows. Disable it.
kotlin.incremental=false