Skip to content

Commit 5a788bd

Browse files
chore: address buildconfig gradle warning
1 parent 4e79f91 commit 5a788bd

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,4 @@ app-clean/
1818
local.properties
1919
app.run.xml
2020
release/
21+
.kotlin/

app/build.gradle.kts

+1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ android {
1919
buildFeatures {
2020
viewBinding = true
2121
compose = true
22+
buildConfig = true
2223
}
2324

2425
defaultConfig {

gradle.properties

-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
org.gradle.jvmargs=-Xmx2048m -Dfile.encoding=UTF-8
22
android.useAndroidX=true
3-
#kotlin.code.style=official
43
android.enableJetifier=true
5-
android.defaults.buildfeatures.buildconfig=true
64
android.nonTransitiveRClass=false
75
android.nonFinalResIds=false

0 commit comments

Comments
 (0)