Skip to content

Commit 78684f4

Browse files
committed
fix: k/wasm targets
1 parent 9a983c3 commit 78684f4

File tree

4 files changed

+3
-13
lines changed

4 files changed

+3
-13
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ plugins {
55

66
allprojects {
77
group = "org.kodein.di"
8-
version = "7.21.1"
8+
version = "7.21.2"
99
}

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,6 @@ android {
2020
}
2121
}
2222

23-
compose {
24-
kotlinCompilerPlugin.set(libs.versions.compose.compiler.get())
25-
}
26-
2723
kodeinUpload {
2824
name = "Kodein-Framework-Compose-Android"
2925
description = "Kodein extensions for AndroidX ViewModels using Jetpack Compose"

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

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ plugins {
66
kotlin.kodein {
77
jsEnv()
88

9-
// allComposeStable()
10-
// 1.5.11 does not work with compose WasmJS yet
119
allComposeExperimental()
1210

1311
common.mainDependencies {
@@ -23,10 +21,6 @@ kotlin.kodein {
2321
}
2422
}
2523

26-
compose {
27-
kotlinCompilerPlugin.set(libs.versions.compose.compiler.get())
28-
}
29-
3024
android {
3125
namespace = "org.kodein.di.compose"
3226
}

gradle/libs.versions.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
[versions]
22
# Core
3-
kaverit = "2.8.1"
3+
kaverit = "2.8.2"
44
# Android
55
android-appcompat = "28.0.0"
66
androidx-appcompat = "1.6.1"
77
androidx-fragment = "1.6.2"
88
androidx-lifecycle = "2.6.2"
99
androidx-compose = "2.7.5"
1010
# Compose
11-
jbCompose = "1.5.10-dev-wasm03"
11+
jbCompose = "1.6.0-alpha01"
1212
compose-compiler = "1.5.4"
1313
compose-bom = "2023.10.01"
1414
# KSP

0 commit comments

Comments
 (0)