android: Enable non-transitive R classes

New default going forward for new android projects. Best to follow the new standard.
This commit is contained in:
Charles Lombardo 2023-05-04 03:40:43 -04:00 committed by bunnei
parent 570c4a2c1b
commit 48065c7a0e
4 changed files with 15 additions and 5 deletions

View file

@ -11,3 +11,4 @@ android.useAndroidX=true
org.gradle.jvmargs=-Xmx2048m -XX:MaxPermSize=512m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8
# Kotlin code style for this project: "official" or "obsolete":
kotlin.code.style=official
android.nonTransitiveRClass=true