File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ android {
1818
1919 buildFeatures {
2020 viewBinding true
21+ buildConfig true
2122 }
2223
2324 defaultConfig {
Original file line number Diff line number Diff line change 11apply from : " $rootDir /scripts/version.gradle"
2- apply from : " $rootDir /scripts/publish/publish.gradle"
2+ // apply from: "$rootDir/scripts/publish/publish.gradle"
33
44
55def version = loadVersioningData()
@@ -16,6 +16,7 @@ android {
1616 buildToolsVersion = libs. versions. buildTools. get()
1717
1818 buildFeatures {
19+ buildConfig true
1920 viewBinding true
2021 }
2122
@@ -43,6 +44,7 @@ android {
4344
4445 kotlinOptions {
4546 jvmTarget = libs. versions. java. get()
47+ // freeCompilerArgs += listOf("-module-name", project.name)
4648 }
4749
4850 lint {
You can’t perform that action at this time.
0 commit comments