Registry / utility / kotlinx-coroutines-core-watchosx64

kotlinx-coroutines-core-watchosx64

JSON →
library1.10.2javamavenunverified

Coroutines support libraries for Kotlin, targeting watchOS x64 platform.

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

GlobalScope
kotlinx.coroutines.GlobalScope

Launch a coroutine that prints after a delay.

import kotlinx.coroutines.GlobalScope import kotlinx.coroutines.delay import kotlinx.coroutines.launch fun main() { GlobalScope.launch { delay(1000L) println("Hello, coroutines!") } }
Debug
Known issues
gotchaThis artifact is platform-specific (watchOS x64); use kotlinx-coroutines-core for multiplatform.
fix
Use kotlinx-coroutines-core for JVM/Android or kotlinx-coroutines-core-js for JavaScript.
affects: *
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-core-watchosx64 — mvn dependency:get kotlinx-coroutines-core-watchosx64 · libregistry