Coroutines support for reactive streams, enabling integration with ReactiveX and other reactive libraries.
<dependency>
<groupId>org.jetbrains.kotlinx</groupId>
<artifactId>kotlinx-coroutines-reactive</artifactId>
<version>1.10.2</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Await the first emission from a reactive stream using coroutines.
Add dependencies for kotlinx-coroutines-core and the reactive library you intend to use.
No dependency data recorded yet.