Skip to content

Commit c2a8d6b

Browse files
authored
Merge pull request #520 from Jvr2022/patch-7
GRADLE: remove depcrated android.defaults.buildfeatures.buildconfig
2 parents c6637fa + e98c3c7 commit c2a8d6b

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

app/build.gradle.kts

+4-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,10 @@ android {
6363
}
6464

6565
kotlinOptions { jvmTarget = "1.8" }
66-
buildFeatures { compose = true }
66+
buildFeatures {
67+
compose = true
68+
buildConfig = true
69+
}
6770
composeOptions { kotlinCompilerExtensionVersion = "1.5.1" }
6871

6972
packaging {

gradle.properties

-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,5 @@ org.gradle.jvmargs=-Xmx4096m -Dfile.encoding=UTF-8
22
android.useAndroidX=true
33
kotlin.code.style=official
44
android.nonTransitiveRClass=true
5-
android.defaults.buildfeatures.buildconfig=true
65
android.nonFinalResIds=false
76
android.suppressUnsupportedCompileSdk=34

0 commit comments

Comments
 (0)