We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a08f99 commit 9f021c3Copy full SHA for 9f021c3
framework/compose/kodein-di-framework-android-x-compose/build.gradle.kts
@@ -13,12 +13,6 @@ dependencies {
13
14
android {
15
namespace = "org.kodein.di.compose.android"
16
- buildFeatures {
17
- compose = true
18
- }
19
- composeOptions {
20
- kotlinCompilerExtensionVersion = libs.versions.compose.compiler.get()
21
22
}
23
24
kodeinUpload {
gradle/libs.versions.toml
@@ -12,7 +12,6 @@ androidx-compose = "2.8.9"
12
jbCompose = "1.8.0-rc01"
jb-lifecycle = "2.9.0-alpha07"
compose-navigation = "2.7.0-alpha11"
-compose-compiler = "2.1.21-RC2"
compose-bom = "2025.04.01"
# KSP
kotlinpoet = "1.18.1"
0 commit comments