Migrate deprecated buildconfig value in gradle.properties to build.gradle.kts
This commit is contained in:
parent
14e8ee7fe3
commit
d827b63044
2 changed files with 1 additions and 1 deletions
|
|
@ -51,6 +51,7 @@ android {
|
|||
|
||||
buildFeatures {
|
||||
viewBinding = true
|
||||
buildConfig = true
|
||||
}
|
||||
|
||||
lint {
|
||||
|
|
|
|||
|
|
@ -14,6 +14,5 @@ org.gradle.jvmargs=-Xmx1536m
|
|||
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
|
||||
# org.gradle.parallel=true
|
||||
android.native.buildOutput=verbose
|
||||
android.defaults.buildfeatures.buildconfig=true
|
||||
android.nonTransitiveRClass=false
|
||||
android.nonFinalResIds=false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue