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 {
|
buildFeatures {
|
||||||
viewBinding = true
|
viewBinding = true
|
||||||
|
buildConfig = true
|
||||||
}
|
}
|
||||||
|
|
||||||
lint {
|
lint {
|
||||||
|
|
|
||||||
|
|
@ -14,6 +14,5 @@ org.gradle.jvmargs=-Xmx1536m
|
||||||
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
|
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
|
||||||
# org.gradle.parallel=true
|
# org.gradle.parallel=true
|
||||||
android.native.buildOutput=verbose
|
android.native.buildOutput=verbose
|
||||||
android.defaults.buildfeatures.buildconfig=true
|
|
||||||
android.nonTransitiveRClass=false
|
android.nonTransitiveRClass=false
|
||||||
android.nonFinalResIds=false
|
android.nonFinalResIds=false
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue