Hello, I am having an issue installing coroutines ...
# multiplatform
n
Hello, I am having an issue installing coroutines in kotlin multiplatform. Can someone help with this? This seems to be a dependency cycle issue.
c
Have you installed kotlinx-coroutines-core in commonMain?
n
yes, but it looks like I need a version higher than
1.8.0
. When attempting to use
org.jetbrains.kotlinx:kotlinx-coroutines-core:1.9.0-RC
I get:
kotlin version & maven repositories
I have all of the necessary libraries that are platform specific
but I still get this error
a
Does version 1.8 not work? And have you confirmed that your other dependencies will work with version 1.9-RC?
m
What’s wrong with 1.8.1? I use that with Kotlin 2.0.0 and Compose 1.7.0-alpha02.
n
Hey guys, I had to upgrade my IntelliJ IDEA to 2024. I was running 2022, and it stopped receiving updates to many things within the IDE.
👍🏾 1