17 lines
617 B
Properties
17 lines
617 B
Properties
# JVM args for the Gradle daemon.
|
|
org.gradle.jvmargs=-Xmx2048m -Dfile.encoding=UTF-8
|
|
|
|
# Use AndroidX (not the old support library).
|
|
android.useAndroidX=true
|
|
|
|
# Kotlin official code style.
|
|
kotlin.code.style=official
|
|
|
|
# Generate per-module R classes (smaller, faster builds).
|
|
android.nonTransitiveRClass=true
|
|
|
|
# The Nix build (package.nix / flake.nix) sets android.aapt2FromMavenOverride to
|
|
# point AGP at the NixOS-patched aapt2. AGP flags that option as experimental;
|
|
# suppress the warning since the override is intentional and required here.
|
|
android.suppressUnsupportedOptionWarnings=android.aapt2FromMavenOverride
|