diff --git a/app/build.gradle b/app/build.gradle index eaed166..ee91af5 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -37,6 +37,7 @@ android { buildFeatures { compose true + buildConfig true } composeOptions { diff --git a/gradle.properties b/gradle.properties index f961799..b17c05d 100644 --- a/gradle.properties +++ b/gradle.properties @@ -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