Skip to content

Commit af5a245

Browse files
committed
215: Migrate BuildConfig to Gradle Build Files
1 parent 957f41c commit af5a245

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

Samples/Flix/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ android {
6161
}
6262
buildFeatures {
6363
compose true
64+
buildConfig true
6465
}
6566
composeOptions {
6667
kotlinCompilerExtensionVersion "${versions.compose.compilerExt}"

gradle.properties

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,5 @@ android.enableJetifier=true
22
android.useAndroidX=true
33
org.gradle.jvmargs=-Xmx4096m
44
android.suppressUnsupportedCompileSdk=34
5-
android.defaults.buildfeatures.buildconfig=true
65
android.nonTransitiveRClass=false
76
android.nonFinalResIds=false

0 commit comments

Comments
 (0)