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

.kotlinx.kotlinx-coroutines-reactive.1.9.0.source-code.module-info Maven / Gradle / Ivy

The newest version!
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