.kotlinx.kotlinx-coroutines-android.1.9.0.source-code.module-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of kotlinx-coroutines-android Show documentation
Show all versions of kotlinx-coroutines-android Show documentation
Coroutines support libraries for Kotlin
import kotlinx.coroutines.android.AndroidDispatcherFactory;
import kotlinx.coroutines.internal.MainDispatcherFactory;
module kotlinx.coroutines.android {
requires kotlin.stdlib;
requires kotlinx.coroutines.core;
exports kotlinx.coroutines.android;
provides MainDispatcherFactory with AndroidDispatcherFactory;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy