Registry / utility / kotlinx-coroutines-core-iosx64

kotlinx-coroutines-core-iosx64

JSON →
library1.11.0javamavenunverified

Kotlin coroutines core library for iOS x64 platform, enabling async programming.

<dependency> <groupId>org.jetbrains.kotlinx</groupId> <artifactId>kotlinx-coroutines-core-iosx64</artifactId> <version>1.11.0</version> </dependency>
INSTALL
IMPORT
SIG · KOTLINX-COROUTINES
K
kotlinx-coroutines-core-iosx64
utilityjavav1.11.0
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 'Hello, World!' with a delay.

import kotlinx.coroutines.* fun main() = runBlocking { launch { delay(1000L) println("World!") } println("Hello,") }
Debug
Known issues
gotchaThis artifact is platform-specific (iOS x64); use the common artifact kotlinx-coroutines-core for multiplatform projects.
fix
Add kotlinx-coroutines-core as a common dependency and use expect/actual for platform-specific code.
affects: *
Upgrade
Version history
1.11.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

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