Registry / utility / kotlinx-coroutines-core-tvossimulatorarm64

kotlinx-coroutines-core-tvossimulatorarm64

JSON →
library1.10.2javamavenunverified

Platform-specific artifact for Kotlin coroutines core library targeting tvOS simulator on Apple Silicon.

<dependency> <groupId>org.jetbrains.kotlinx</groupId> <artifactId>kotlinx-coroutines-core-tvossimulatorarm64</artifactId> <version>1.10.2</version> </dependency>
INSTALL
IMPORT
SIG · KOTLINX-COROUTINES
K
kotlinx-coroutines-core-tvossimulatorarm64
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, demonstrating basic coroutine usage.

import kotlinx.coroutines.* fun main() = runBlocking { launch { delay(1000L) println("World!") } println("Hello,") }
Debug
Known issues
gotchaThis artifact is platform-specific for tvOS simulator arm64; use kotlinx-coroutines-core for common code.
fix
Depend on kotlinx-coroutines-core for multiplatform projects; this artifact is automatically resolved for the target.
affects: all
Upgrade
Version history
1.10.2latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
3 hits · last 30 days
node
2
Amazon
1
Resources
kotlinx-coroutines-core-tvossimulatorarm64 — mvn dependency:get kotlinx-coroutines-core-tvossimulatorarm64 · libregistry