All Downloads are FREE. Search and download functionalities are using the official Maven repository.

.kotlinx.kotlinx-coroutines-reactor.1.8.1.source-code.module-info Maven / Gradle / Ivy

There is a newer version: 1.10.1
Show newest version
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