Skip to content

Commit

Permalink
fix: k/wasm targets
Browse files Browse the repository at this point in the history
  • Loading branch information
romainbsl committed Jan 12, 2024
1 parent 9a983c3 commit 78684f4
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 13 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ plugins {

allprojects {
group = "org.kodein.di"
version = "7.21.1"
version = "7.21.2"
}
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,6 @@ android {
}
}

compose {
kotlinCompilerPlugin.set(libs.versions.compose.compiler.get())
}

kodeinUpload {
name = "Kodein-Framework-Compose-Android"
description = "Kodein extensions for AndroidX ViewModels using Jetpack Compose"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ plugins {
kotlin.kodein {
jsEnv()

// allComposeStable()
// 1.5.11 does not work with compose WasmJS yet
allComposeExperimental()

common.mainDependencies {
Expand All @@ -23,10 +21,6 @@ kotlin.kodein {
}
}

compose {
kotlinCompilerPlugin.set(libs.versions.compose.compiler.get())
}

android {
namespace = "org.kodein.di.compose"
}
Expand Down
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
[versions]
# Core
kaverit = "2.8.1"
kaverit = "2.8.2"
# Android
android-appcompat = "28.0.0"
androidx-appcompat = "1.6.1"
androidx-fragment = "1.6.2"
androidx-lifecycle = "2.6.2"
androidx-compose = "2.7.5"
# Compose
jbCompose = "1.5.10-dev-wasm03"
jbCompose = "1.6.0-alpha01"
compose-compiler = "1.5.4"
compose-bom = "2023.10.01"
# KSP
Expand Down

0 comments on commit 78684f4

Please sign in to comment.