Registry / utility / kotlinx-coroutines-core-tvosx64

kotlinx-coroutines-core-tvosx64

JSON →
library1.10.2javamavenunverified

Coroutines support libraries for Kotlin, targeting tvOS x64 platform.

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

Launches a coroutine in GlobalScope on tvOS.

import kotlinx.coroutines.GlobalScope; import kotlinx.coroutines.launch; public class Main { public static void main(String[] args) { GlobalScope.launch { println("Coroutine launched on tvOS"); } } }
Debug
Known issues
breakingThis artifact is platform-specific for tvOS x64; use the common artifact for multiplatform projects.
fix
Use kotlinx-coroutines-core for common code, or select the correct platform artifact.
affects: *
Upgrade
Version history
1.10.2latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Amazon
1
Resources