.kotlinx.kotlinx-coroutines-reactive.1.10.1.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-reactive Show documentation
Show all versions of kotlinx-coroutines-reactive Show documentation
Coroutines support libraries for Kotlin
module kotlinx.coroutines.reactive {
requires kotlin.stdlib;
requires kotlinx.coroutines.core;
requires kotlinx.atomicfu;
requires org.reactivestreams;
exports kotlinx.coroutines.reactive;
uses kotlinx.coroutines.reactive.ContextInjector;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy