RBusarow / Dispatch

Automatic CoroutineDispatcher injection and extensions for kotlinx.coroutines
https://rbusarow.github.io/Dispatch/
Apache License 2.0
137 stars 6 forks source link

Kotlin Multiplatform support #227

Open belousovgm opened 3 years ago

belousovgm commented 3 years ago

Hi! Does dispatch-core support Kotlin Native? How I can use it in commonMain? Or KN support will be in future?

RBusarow commented 3 years ago

Hello @belousovgm! Thank you for the question.

Dispatch doesn't have native/multi-platform support at the moment, and I've never actually had the opportunity to do any non-JVM Kotlin development. It is absolutely something that I would like to do with this project, though. Now that someone has actually asked, I can bubble it up on my priority list.

Stay tuned. I'll probably have something working within a week. Possibly sooner. Whenever it's done, I would definitely welcome a sanity-check of using a snapshot against a real library. :)