Is `kotlinx-coroutines-test` planned for multiplat...
# coroutines
r
Is
kotlinx-coroutines-test
planned for multiplatform?
l
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
planned, but for the very far future 🙂
😕 1
1
😭 1
j
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.