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