summaryrefslogtreecommitdiff
path: root/src/android/gradle.properties
diff options
context:
space:
mode:
authorCharles Lombardo <clombardo169@gmail.com>2023-05-04 03:40:43 -0400
committerbunnei <bunneidev@gmail.com>2023-06-03 00:05:59 -0700
commit48065c7a0ec0cd37cbf37b3487af6103169d604e (patch)
tree5b6171d89f49f164ef4443504c388da964871d75 /src/android/gradle.properties
parent570c4a2c1b9a6144be54a06b50d39d5e14ae77f2 (diff)
android: Enable non-transitive R classes
New default going forward for new android projects. Best to follow the new standard.
Diffstat (limited to 'src/android/gradle.properties')
-rw-r--r--src/android/gradle.properties1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/android/gradle.properties b/src/android/gradle.properties
index 885e2af85..82b01e7d3 100644
--- a/src/android/gradle.properties
+++ b/src/android/gradle.properties
@@ -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