Browse Source

Migrate BuildConfig to Gradle Build Files

arkon 1 year ago
parent
commit
ff3bc66055
2 changed files with 1 additions and 1 deletions
  1. 1 0
      app/build.gradle.kts
  2. 0 1
      gradle.properties

+ 1 - 0
app/build.gradle.kts

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

+ 0 - 1
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