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
Jacob Ras
12/06/2023, 8:52 PM
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
Jacob Ras
02/12/2024, 11:35 PM
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