PraxaLing / mobile /android /gradle.properties
Reubencf's picture
Deploy PraxaLing: component refactor, bug fixes, unified neo-brutal design, Qwen3.5 everywhere
2992997
Raw
History Blame Contribute Delete
451 Bytes
org.gradle.jvmargs=-Xmx8G -XX:MaxMetaspaceSize=4G -XX:ReservedCodeCacheSize=512m -XX:+HeapDumpOnOutOfMemoryError
android.useAndroidX=true
# Kotlin incremental compilation cannot compute relocatable paths when project
# and pub cache live on different Windows drives (E:\ vs C:\Users\...\Pub\Cache).
# Disabling avoids the "different roots" cache-close errors and the silent
# fallback to non-incremental compilation.
kotlin.incremental=false