Kotlinx Coroutines Core provides coroutine support for Kotlin, enabling asynchronous programming.
<dependency>
<groupId>org.jetbrains.kotlinx</groupId>
<artifactId>kotlinx-coroutines-core</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.
Launches a coroutine that prints 'World!' after a delay.
Replace GlobalScope with a custom CoroutineScope tied to a lifecycle.
No dependency data recorded yet.