Skip to content

Commit

Permalink
Compose 1.2.1 with JS
Browse files Browse the repository at this point in the history
  • Loading branch information
romainbsl committed Nov 14, 2022
1 parent 160fe6c commit 41a0231
Showing 1 changed file with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
id("org.jetbrains.compose") version "1.2.0"
id("org.jetbrains.compose") version "1.2.1"
id("org.kodein.library.mpp-with-android")
}

Expand All @@ -20,9 +20,8 @@ kodein {
api("androidx.lifecycle:lifecycle-viewmodel-compose:2.5.1")
}
}
// JS not supported for Kotlin 1.7.20
// (https://github.com/JetBrains/compose-jb/blob/master/VERSIONING.md#kotlin-compatibility)
// add(kodeinTargets.js.ir.js)

add(kodeinTargets.js.ir.js)

// iosX32 not supported by jetbrains compose
add(kodeinTargets.native.iosX64)
Expand Down

0 comments on commit 41a0231

Please sign in to comment.