Registry / utility / kotlinx-coroutines-bom

kotlinx-coroutines-bom

JSON →
library1.10.2javamavenunverified

Bill of Materials (BOM) for Kotlin coroutines libraries, ensuring compatible versions across modules.

<dependency> <groupId>org.jetbrains.kotlinx</groupId> <artifactId>kotlinx-coroutines-bom</artifactId> <version>1.10.2</version> </dependency>
INSTALL
IMPORT
SIG · KOTLINX-COROUTINES
K
kotlinx-coroutines-bom
utilityjavav1.10.2
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

CoroutineScope
kotlinx.coroutines.CoroutineScope

Launches a coroutine that prints 'World!' after a delay.

import kotlinx.coroutines.* fun main() = runBlocking { launch { delay(1000L) println("World!") } println("Hello,") }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.10.2latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
kotlinx-coroutines-bom — mvn dependency:get kotlinx-coroutines-bom · libregistry