Core coroutine support library for Kotlin on the JVM, providing async programming primitives.
<dependency>
<groupId>org.jetbrains.kotlinx</groupId>
<artifactId>kotlinx-coroutines-core-jvm</artifactId>
<version>1.9.0</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
Use a custom CoroutineScope with a SupervisorJob or use lifecycle-aware scopes.
No dependency data recorded yet.