build: move buildconfig to recipe
This commit is contained in:
parent
6d72240336
commit
745bff268f
2 changed files with 1 additions and 1 deletions
|
@ -70,6 +70,7 @@ android {
|
|||
|
||||
buildFeatures {
|
||||
viewBinding true
|
||||
buildConfig true
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -20,6 +20,5 @@ android.enableJetifier=false
|
|||
# Kotlin code style for this project: "official" or "obsolete":
|
||||
kotlin.code.style=official
|
||||
android.enableR8.fullMode=true
|
||||
android.defaults.buildfeatures.buildconfig=true
|
||||
android.nonTransitiveRClass=true
|
||||
android.nonFinalResIds=true
|
Loading…
Reference in a new issue