org.gradle.jvmargs=-Xmx4g -Dfile.encoding=UTF-8 org.gradle.parallel=true org.gradle.caching=true org.gradle.configuration-cache=true android.useAndroidX=true android.nonTransitiveRClass=true # KSP isn't compatible with AGP 9's built-in Kotlin support (the # `android.builtInKotlin=true` default). Opt out so we can apply the # explicit kotlin-android plugin and KSP together. Revisit when KSP # adds built-in-Kotlin support. android.builtInKotlin=false kotlin.code.style=official