Coroutines support libraries for Kotlin, providing native platform coroutine primitives.
<dependency>
<groupId>org.jetbrains.kotlinx</groupId>
<artifactId>kotlinx-coroutines-core-native</artifactId>
<version>1.3.8</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Launch a coroutine using GlobalScope.
Replace GlobalScope with a custom CoroutineScope tied to a lifecycle.
No dependency data recorded yet.