Coroutines support libraries for Kotlin, providing testing utilities for coroutines on the JVM.
<dependency>
<groupId>org.jetbrains.kotlinx</groupId>
<artifactId>kotlinx-coroutines-test-jvm</artifactId>
<version>1.10.2</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Run a coroutine test using runTest.
Check migration guide for changes in runTest and TestScope.
No dependency data recorded yet.