<@U0BFDUP0E> I got around these issues by writing ...
# coroutines
s
@jw I got around these issues by writing my own test-coroutinecontext. See my previous post about that https://kotlinlang.slack.com/archives/C1CFAFJSK/p1515531521000678 Then you won’t need
runBlocking
. I haven’t tried this on code that just uses ‘common’, thought.