org.gradle.parallel=true org.gradle.caching=true org.gradle.jvmargs=-Xmx4g -XX:+UseParallelGC kotlin.code.style=official kotlin.incremental=true android.useAndroidX=true android.nonTransitiveRClass=true # AGP 9.0 compat: bypass new DSL + built-in Kotlin so KMP `com.android.library` # keeps working alongside `org.jetbrains.kotlin.multiplatform`. Migration to # `com.android.kotlin.multiplatform.library` is deferred (out of D1 scope). android.builtInKotlin=false android.newDsl=false # Kotlin 2.3 defaults consumer to non-packed KLIBs; Compose-MP 1.11.0 still # publishes packed klibs for native targets. Disable non-packed consumption # so apiCheck and native compile resolve Compose-MP variants correctly. kotlin.internal.klibs.non-packed=false