Skip to content

Commit 65b75d5

Browse files
committed
Set recommended build options
1 parent 0c208ad commit 65b75d5

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

gradle.properties

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,6 @@ android.useAndroidX=true
1919
android.enableJetifier=true
2020
# Kotlin code style for this project: "official" or "obsolete":
2121
kotlin.code.style=official
22-
android.nonTransitiveRClass=false
23-
android.nonFinalResIds=false
22+
android.nonTransitiveRClass=true
23+
android.nonFinalResIds=true
24+
org.gradle.configuration-cache=true

0 commit comments

Comments
 (0)