Kotlin coroutines core library for Linux x64 platform providing async programming primitives.
<dependency>
<groupId>org.jetbrains.kotlinx</groupId>
<artifactId>kotlinx-coroutines-core-linuxx64</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.
Basic coroutine launch example
Use structured concurrency with CoroutineScope instead of GlobalScope
No dependency data recorded yet.