feat issues refs #7636
This commit is contained in:
parent
916f20ea70
commit
8eb5866fad
|
@ -24,4 +24,7 @@ android.enableJetifier=true
|
||||||
# Kotlin code style for this project: "official" or "obsolete":
|
# Kotlin code style for this project: "official" or "obsolete":
|
||||||
kotlin.code.style=official
|
kotlin.code.style=official
|
||||||
org.gradle.unsafe.configuration-cache=false
|
org.gradle.unsafe.configuration-cache=false
|
||||||
|
#android.defaults.buildfeatures.buildconfig=true
|
||||||
|
android.nonTransitiveRClass=false
|
||||||
|
android.nonFinalResIds=false
|
||||||
#org.gradle.warning.mode=all
|
#org.gradle.warning.mode=all
|
||||||
|
|
Loading…
Reference in New Issue