diff --git a/app/build.gradle.kts b/app/build.gradle.kts index c8a0b79fd..b3b735dd1 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -123,6 +123,7 @@ android { buildFeatures { viewBinding = true compose = true + buildConfig = true // Disable some unused things aidl = false diff --git a/gradle.properties b/gradle.properties index 282f16ede..00f048f04 100644 --- a/gradle.properties +++ b/gradle.properties @@ -23,5 +23,4 @@ org.gradle.caching=true kotlin.mpp.androidSourceSetLayoutVersion=2 android.useAndroidX=true -android.defaults.buildfeatures.buildconfig=true android.nonTransitiveRClass=false \ No newline at end of file