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>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Minimal usage of kotlinx-coroutines-android to launch a coroutine on the main dispatcher.
Ensure your project targets Android API 21+ and uses compatible Kotlin version.
No dependency data recorded yet.