refactor(config): buildConfig 설정 위치 권장 설정 위치로 변경
- 기존: gradle.properties android.defaults.buildfeatures.buildconfig=true
- 변경: build.gradle buildFeatures { buildConfig = true }
This commit is contained in:
@@ -21,6 +21,7 @@ android {
|
||||
|
||||
buildFeatures {
|
||||
dataBinding true
|
||||
buildConfig true
|
||||
}
|
||||
|
||||
dependenciesInfo {
|
||||
|
||||
Reference in New Issue
Block a user