# JVM options for the Gradle daemon. 2 GB heap is plenty for this project. org.gradle.jvmargs=-Xmx2048m -Dfile.encoding=UTF-8 # Run independent tasks in parallel and cache outputs — faster incremental builds. org.gradle.parallel=true org.gradle.caching=true # AndroidX is the modern support-library namespace. Required for Compose. android.useAndroidX=true # Kotlin code style used by the IDE formatter. kotlin.code.style=official # Only generate the R (resources) class per-module that actually needs it. android.nonTransitiveRClass=true