Skip to content

Commit

Permalink
7.15.1 - Compose without JS
Browse files Browse the repository at this point in the history
  • Loading branch information
romainbsl committed Nov 4, 2022
1 parent 8a67608 commit 9bb40b0
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 6 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Expand Up @@ -4,5 +4,5 @@ plugins {

allprojects {
group = "org.kodein.di"
version = "7.15.0"
version = "7.15.1"
}
4 changes: 4 additions & 0 deletions doc/modules/framework/pages/compose.adoc
Expand Up @@ -13,6 +13,10 @@ Here is a table containing the version compatibility:
|===
|Kodein-DI |Compose compiler |Kotlin

|7.15.1
|Compose 1.2.0
|1.7.20

|7.15.0
|NOT COMPATIBLE
|1.7.20
Expand Down
@@ -1,5 +1,5 @@
plugins {
id("org.jetbrains.compose") version "1.2.0-beta01"
id("org.jetbrains.compose") version "1.2.0"
id("org.kodein.library.mpp-with-android")
}

Expand All @@ -21,7 +21,7 @@ kodein {
}
}

add(kodeinTargets.js.ir.js)
// add(kodeinTargets.js.ir.js)

// iosX32 not supported by jetbrains compose
add(kodeinTargets.native.iosX64)
Expand Down
6 changes: 3 additions & 3 deletions settings.gradle.kts
Expand Up @@ -39,6 +39,6 @@ framework("tfx").include(
":framework:tornadofx:kodein-di-framework-tornadofx-jvm"
)

//framework("compose").include(
// ":framework:compose:kodein-di-framework-compose"
//)
framework("compose").include(
":framework:compose:kodein-di-framework-compose"
)

0 comments on commit 9bb40b0

Please sign in to comment.