Skip to content

Commit 44d6d6b

Browse files
committed
refactor(build): remove unnecessary compose build feature configuration
1 parent 1ad5e58 commit 44d6d6b

2 files changed

Lines changed: 1 addition & 10 deletions

File tree

build-plugin/src/main/kotlin/thunderbird.app.android.compose.gradle.kts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,6 @@ android {
1616
)
1717
}
1818
}
19-
20-
buildFeatures {
21-
compose = true
22-
}
2319
}
2420

2521
dependencies {

build-plugin/src/main/kotlin/thunderbird.library.android.compose.gradle.kts

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,9 @@ plugins {
99
id("thunderbird.quality.spotless")
1010
}
1111

12-
android {
13-
buildFeatures {
14-
compose = true
15-
}
16-
}
17-
1812
androidComponents {
1913
beforeVariants(selector().withBuildType("release")) { variantBuilder ->
14+
@Suppress("UnstableApiUsage")
2015
variantBuilder.hostTests[HostTestBuilder.UNIT_TEST_TYPE]?.enable = false
2116
variantBuilder.enableAndroidTest = false
2217
}

0 commit comments

Comments
 (0)