Skip to content

Commit bca6daa

Browse files
committed
fix: duplicated buildFeatures in demo
1 parent b1b444e commit bca6daa

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

demo/examplejetpack/build.gradle.kts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ android {
1818

1919
buildFeatures {
2020
buildConfig = true
21+
compose = true
2122
}
2223

2324
buildTypes {
@@ -33,9 +34,6 @@ android {
3334
kotlinOptions {
3435
jvmTarget = "11"
3536
}
36-
buildFeatures {
37-
compose = true
38-
}
3937
}
4038

4139
dependencies {

0 commit comments

Comments
 (0)