Skip to content

Commit

Permalink
Move buildConfig enabling to build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
LordRaydenMK committed Feb 25, 2024
1 parent d6739fb commit 592a464
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ android {

buildFeatures {
compose true
buildConfig true
}

composeOptions {
Expand Down
2 changes: 0 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,5 @@ android.useAndroidX=true
android.enableJetifier=false
# Kotlin code style for this project: "official" or "obsolete":
kotlin.code.style=official
android.defaults.buildfeatures.buildconfig=true

# try the K2 compiler https://android-developers.googleblog.com/2023/07/try-k2-compiler-in-your-android-projects.html
kotlin.experimental.tryK2=true

0 comments on commit 592a464

Please sign in to comment.