We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6282e4c commit 7cbf6a9Copy full SHA for 7cbf6a9
app/build.gradle.kts
@@ -15,7 +15,7 @@ repositories {
15
}
16
17
android {
18
- compileSdk = 33
+ compileSdk = 34
19
20
compileOptions {
21
sourceCompatibility = JavaVersion.VERSION_17
@@ -28,6 +28,7 @@ android {
28
29
buildFeatures {
30
compose = true
31
+ buildConfig = true
32
33
34
composeOptions {
gradle.properties
@@ -19,6 +19,5 @@ android.useAndroidX=true
#android.enableJetifier=true
# Kotlin code style for this project: "official" or "obsolete":
kotlin.code.style=official
22
-android.defaults.buildfeatures.buildconfig=true
23
android.nonTransitiveRClass=false
24
android.nonFinalResIds=false
0 commit comments