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