Skip to content

Commit 9f021c3

Browse files
committed
chore: remove unused Compose compiler configuration.
1 parent 4a08f99 commit 9f021c3

File tree

2 files changed

+0
-7
lines changed

2 files changed

+0
-7
lines changed

framework/compose/kodein-di-framework-android-x-compose/build.gradle.kts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,6 @@ dependencies {
1313

1414
android {
1515
namespace = "org.kodein.di.compose.android"
16-
buildFeatures {
17-
compose = true
18-
}
19-
composeOptions {
20-
kotlinCompilerExtensionVersion = libs.versions.compose.compiler.get()
21-
}
2216
}
2317

2418
kodeinUpload {

gradle/libs.versions.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ androidx-compose = "2.8.9"
1212
jbCompose = "1.8.0-rc01"
1313
jb-lifecycle = "2.9.0-alpha07"
1414
compose-navigation = "2.7.0-alpha11"
15-
compose-compiler = "2.1.21-RC2"
1615
compose-bom = "2025.04.01"
1716
# KSP
1817
kotlinpoet = "1.18.1"

0 commit comments

Comments
 (0)