You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I was trying touse this library in multiplatform app, but it requires org.jetbrains.kotlinx:kotlinx-coroutines-swing for the Dispatchers.Main. I've seen that in other libraries as well and was wondering if thats something I just have to live with if I want to use these libraries or if it can be avoided, for example by providing my dispatcher.
So, am I wrong in trying to avoid swing dependency?
The text was updated successfully, but these errors were encountered:
Hi, I was trying touse this library in multiplatform app, but it requires
org.jetbrains.kotlinx:kotlinx-coroutines-swing
for theDispatchers.Main
. I've seen that in other libraries as well and was wondering if thats something I just have to live with if I want to use these libraries or if it can be avoided, for example by providing my dispatcher.So, am I wrong in trying to avoid swing dependency?
The text was updated successfully, but these errors were encountered: