diff --git a/app/build.gradle b/app/build.gradle index 55a7b515..408ee41e 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -87,6 +87,7 @@ android { viewBinding true compose true aidl true + buildConfig true } composeOptions { kotlinCompilerExtensionVersion = "1.5.8" diff --git a/gradle.properties b/gradle.properties index a7bd1836..ad21e3f2 100644 --- a/gradle.properties +++ b/gradle.properties @@ -34,6 +34,5 @@ kotlin.code.style=official # Disable build features that are enabled by default, # https://developer.android.com/build/releases/gradle-plugin#default-changes -android.defaults.buildfeatures.buildconfig=true android.nonTransitiveRClass=false android.nonFinalResIds=false