Coroutines support libraries for Kotlin, providing core primitives for asynchronous programming.
<dependency>
<groupId>org.jetbrains.kotlinx</groupId>
<artifactId>kotlinx-coroutines-core-mingwx64</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.
Shows launching a coroutine using GlobalScope.
Replace GlobalScope with a custom CoroutineScope tied to a lifecycle.
No dependency data recorded yet.