Is there later version of wasm dependency built wi...
# koin
j
Is there later version of wasm dependency built with rc version of compose 1.6? Running in to some issues due to https://github.com/JetBrains/compose-multiplatform/releases/tag/v1.6.0-rc01
Copy code
+--- io.insert-koin:koin-compose:3.6.0-wasm-alpha2
|    +--- io.insert-koin:koin-core:3.6.0-wasm-alpha2 (*)
|    \--- org.jetbrains.compose.runtime:runtime:1.6.0-beta01 -> 1.6.0-rc03 (*)
a
Will look at it this week 👍
👍 1
j
c
I have updated to 1.6.0 and still get this error (“org.jetbrains.compose.annotation-internal:annotation”) when I run XCode. Everything does work on Android. Once I remove the koin-compose lib from common, the issue is gone. I do suspect something needs to be fixed with koin-compose (3.6.0-wasm-alpha2). Did anybody find any fix for this ?
j
There's more up to date Koin versions now that resolve that
koin-core 3.6.0-alpha3 and koin-compose 1.2.0-alpha3
🙌 2
c
thanks for pointing this out, after updating iOS side works as it should!
👍 1