.kotlinx.kotlinx-coroutines-rx2.1.8.0-RC.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-rx2 Show documentation
Show all versions of kotlinx-coroutines-rx2 Show documentation
Coroutines support libraries for Kotlin
@SuppressWarnings("JavaModuleNaming")
module kotlinx.coroutines.rx2 {
requires kotlin.stdlib;
requires kotlinx.coroutines.core;
requires kotlinx.coroutines.reactive;
requires kotlinx.atomicfu;
requires io.reactivex.rxjava2;
exports kotlinx.coroutines.rx2;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy