Coroutines support libraries for Kotlin provide async programming capabilities on iOS arm64.
<dependency>
<groupId>org.jetbrains.kotlinx</groupId>
<artifactId>kotlinx-coroutines-core-iosarm64</artifactId>
<version>1.10.2</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Shows a simple coroutine example using launch and delay.
No known issues recorded.
No dependency data recorded yet.