Couldn't find a known issue: is Koin supposed to w...
# koin
j
Couldn't find a known issue: is Koin supposed to work with Compose Multiplatform 1.6.0-alpha01? I get this error:
Copy code
:app:iosArm64Main: Could not resolve androidx.compose.runtime:runtime:1.5.0.
Required by:
    project :app > io.insert-koin:koin-androidx-compose:3.5.0
Huh, I now see I also get this with stable and with both the alpha and stable CMP release, the project just builds and works. Unexpected, gradle seemed pretty upset about this.
👌 1
For those reading along: I finally figured this one out. Accidentally used
koin-androidx-compose
instead of
koin-compose
. The error didn't make me think of it because all multiplatform Compose stuff is also in
androidx
packages 🙂
🕵🏽‍♂️ 1
👍 1