Hi everyone, Maybe someone has insights on this is...
# koin
p
Hi everyone, Maybe someone has insights on this issue: https://kotlinlang.slack.com/archives/C3PQML5NU/p1712849350892829 ?
a
what version do you use? do you see any mixed version?
p
I managed too get past that issue but now I’m facing another one. I updated the koin and koin-compose versions to
3.6.0-wasm-alpha2
in order to be able to work with the KMP web, but now I am facing issues with the iOS. I get the following error while building the app
Copy code
Could not find "org.jetbrains.compose.annotation-internal:annotation" in [/Users/petrose/Projects/KMP_Udemy/Compose Multiplatform/DailyPulse, /Users/petrose/.konan/klib, /Users/petrose/.konan/kotlin-native-prebuilt-macos-x86_64-1.9.22/klib/common, /Users/petrose/.konan/kotlin-native-prebuilt-macos-x86_64-1.9.22/klib/platform/ios_x64]
Any idea how to get past this?