# Project-wide Gradle settings. org.gradle.jvmargs=-Xmx2048m -Dfile.encoding=UTF-8 # Required for AndroidX. android.useAndroidX=true # Kotlin code style for this project: "official" or "obsolete". kotlin.code.style=official # Enables namespacing of each library's R class, less RAM, faster builds. android.nonTransitiveRClass=true # Use new K2 compiler defaults (Kotlin 2.x). kotlin.incremental=true # Reproducible builds for F-Droid. android.uniquePackageNames=true