Migrate BuildConfig to Gradle Build Files

This commit is contained in:
arkon 2023-12-16 15:57:45 -05:00
parent 13b3bec8ad
commit ff3bc66055
2 changed files with 1 additions and 1 deletions

View File

@ -123,6 +123,7 @@ android {
buildFeatures {
viewBinding = true
compose = true
buildConfig = true
// Disable some unused things
aidl = false

View File

@ -23,5 +23,4 @@ org.gradle.caching=true
kotlin.mpp.androidSourceSetLayoutVersion=2
android.useAndroidX=true
android.defaults.buildfeatures.buildconfig=true
android.nonTransitiveRClass=false