michaelbull / kotlin-result

A multiplatform Result monad for modelling success or failure operations.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Move coroutine tests to use kotlinx-coroutines-test instead of runBlockingTest

Munzey opened this issue · comments

For some reason, the kotlinx-coroutines-test library depends on kotlinx-coroutines-core-jvm, so it isn't cross-platform and thus can't replace the runBlockingTest in this library.

Looks like I'm not the only one to find this strange...

Going to close this issue until Kotlin/kotlinx.coroutines#1996 is resolved.