https://kotlinlang.org logo
Title
r

ribesg

06/07/2019, 9:11 AM
Is
kotlinx-coroutines-test
planned for multiplatform?
l

louiscad

06/07/2019, 9:30 AM
Probably too early to tell. I assume they want to make testing facilities multiplatform for coroutines too, but they are working on Flow, and next up is probably mutlithreaded coroutines on Kotlin/Native along with documentation updates. I think after that, they'll investigate possibilities, but they probably can't know if they'll succeed at that time, for the foreseeable future.
v

Vsevolod Tolstopyatov [JB]

06/07/2019, 11:15 AM
planned, but for the very far future 🙂
😕 1
1
😭 1
j

Joffrey

04/28/2020, 7:18 PM
Is there any update on this? For instance, is there any plan to support
suspend
test functions in the near future? (tracked here) Even without all the good stuff from the coroutines test library, just that would save me some trouble for my multiplatform libraries.