Any nearish plans to provide support for Kotlin Co...
# minutest
d
Any nearish plans to provide support for Kotlin Coroutines? I think that's currently a nice blocker for a few, having to nest an extra
runBlocking { }
(or the testing version of it) around each test would be a big pain and not too readable...