Registry / utility / kotlinx-coroutines-core-metadata

kotlinx-coroutines-core-metadata

JSON →
library1.4.2javamavenunverified

Metadata artifact for Kotlin coroutines core library, providing coroutine support for Kotlin.

<dependency> <groupId>org.jetbrains.kotlinx</groupId> <artifactId>kotlinx-coroutines-core-metadata</artifactId> <version>1.4.2</version> </dependency>
INSTALL
IMPORT
SIG · KOTLINX-COROUTINES
K
kotlinx-coroutines-core-metadata
utilityjavav1.4.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

Shows how to create a CoroutineScope using kotlinx.coroutines.

import kotlinx.coroutines.CoroutineScope; import kotlinx.coroutines.Dispatchers; public class Example { public static void main(String[] args) { CoroutineScope scope = CoroutineScope(Dispatchers.Default); System.out.println(scope); } }
Debug
Known issues
gotchaThis is a metadata artifact; use kotlinx-coroutines-core for actual implementation.
fix
Add kotlinx-coroutines-core as a dependency instead of this metadata artifact.
affects: *
Upgrade
Version history
1.4.2latest on Maven
Audit
Dependencies

No dependency data recorded yet.

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