For my Kotlin Multiplatform project, I'm running s...
# multiplatform
s
For my Kotlin Multiplatform project, I'm running some tests, and the tests seem to be running one at a time inside the class. This is VERY slow. How can I make the tests run in parallel?
c
Are you using KotlinX.Coroutines.test? If so, I don't think JS supports parallel test execution.
s
how do I make everything else parallel then?
c
For the other platforms, no idea