Skip to content

Commit

Permalink
chore: Move buildConfig flag to module gradle file
Browse files Browse the repository at this point in the history
  • Loading branch information
Gimbergsson committed Jan 15, 2025
1 parent b1dd674 commit 5e9d7e5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions androidos/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ android {
buildFeatures {
viewBinding = true
compose = true
buildConfig = true
}

packaging {
Expand Down
1 change: 0 additions & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,5 @@ android.enableJetifier=true
# Kotlin code style for this project: "official" or "obsolete":
kotlin.code.style=official
org.gradle.unsafe.configuration-cache=true
android.defaults.buildfeatures.buildconfig=true
android.nonTransitiveRClass=false
android.nonFinalResIds=false

0 comments on commit 5e9d7e5

Please sign in to comment.