We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c208ad commit 65b75d5Copy full SHA for 65b75d5
gradle.properties
@@ -19,5 +19,6 @@ android.useAndroidX=true
19
android.enableJetifier=true
20
# Kotlin code style for this project: "official" or "obsolete":
21
kotlin.code.style=official
22
-android.nonTransitiveRClass=false
23
-android.nonFinalResIds=false
+android.nonTransitiveRClass=true
+android.nonFinalResIds=true
24
+org.gradle.configuration-cache=true
0 commit comments