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
{{ message }}
This repository was archived by the owner on Sep 3, 2025. It is now read-only.
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?