Hey all - what are the current best practices for ...
# multiplatform
d
Hey all - what are the current best practices for testing suspend functions inside
commonTest
? It looks to me as if
kotlinx-coroutines-test
is only available for JVM.
👍 1