Merge pull request #954 from Goooler/remove-flag

Remove `nonTransitiveRClass` flag
pull/974/head
Don Turner 2 years ago committed by GitHub
commit 2b1a1a1612
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -31,9 +31,6 @@ android.useAndroidX=true
# Kotlin code style for this project: "official" or "obsolete":
kotlin.code.style=official
# Non-transitive R classes is recommended and is faster/smaller
android.nonTransitiveRClass=true
# Disable build features that are enabled by default,
# https://developer.android.com/build/releases/gradle-plugin#default-changes
android.defaults.buildfeatures.resvalues=false

Loading…
Cancel
Save