Hello everyone, hope you are all doing well. I hav...
# decompose
d
Hello everyone, hope you are all doing well. I have an issue when updating to
3.0.0-alpha07
It has nothing to do with decompose but Android Studio IDE gives errors like
Copy code
unresolved kotlinx.coroutines
for example. This is also present on a bunch of other places and gives weird errors I am using Kotlin
1.9.21
and jetbrains-compose
1.6.0-alpha01
due limitations imposed by another library. Did anyone have a similar issue?
a
d
Okay, cool, thank you Arkadi. I will just wait then 🤷
a
You can add kotlinx-coroutines to your project explicitly.
d
I saw that one, but I need to avoid it since my project is failing for
:composeApp:linkDebugFrameworkIosSimulatorArm64
This is the issue I've been struggling with for a couple of days now, here is the discussion if you are interested :/
a
Yeah, that thread looks a bit different.