Why do we need the kotlin coroutines library for JVM/Android but not iOS in v3? #2098
Unanswered
garretyoder
asked this question in
Q&A
Replies: 1 comment
-
This seems like a local build issue as Coil doesn’t import the main dispatcher on desktop is there are two options: javafx and swing. Importing one would prevent all users from using the other |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Not linking kotlinx.coroutines-android or swing for JVM will cause an error due to the missing main dispatcher (even though I'm pretty sure it gets looped in by compose multiplatform, since I can call coroutine methods without linking it).
However, on iOS this is not required. Is there a reason why, or an iOS coroutines target I should be linking against?
Beta Was this translation helpful? Give feedback.
All reactions