Registry / utility / kotlinx-coroutines-android

kotlinx-coroutines-android

JSON →
library1.10.2javamavenunverified

Kotlin coroutines support library for Android, providing main-safe dispatchers and integration with Android lifecycle.

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

Dispatchers
kotlinx.coroutines.Dispatchers

Minimal usage of kotlinx-coroutines-android to launch a coroutine on the main dispatcher.

import kotlinx.coroutines.* fun main() = runBlocking { launch(Dispatchers.Main) { println("Running on main thread") } }
Debug
Known issues
breakingRequires Android API 21+ and Kotlin 1.3+.
fix
Ensure your project targets Android API 21+ and uses compatible Kotlin version.
affects: >=1.0.0
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-android — mvn dependency:get kotlinx-coroutines-android · libregistry