org.gradle.jvmargs=-Xmx2048m -Dfile.encoding=UTF-8 android.useAndroidX=true kotlin.code.style=official android.nonTransitiveRClass=true org.gradle.parallel=true org.gradle.caching=true org.gradle.configuration-cache=true # AGP 9: disable built-in Kotlin to avoid conflict with explicit KGP android.builtInKotlin=false # AGP 9: use legacy DSL for KMP modules (until AGP 10 migration) android.newDsl=false