Coroutines support libraries for Kotlin providing Reactor integration.
<dependency>
<groupId>org.jetbrains.kotlinx</groupId>
<artifactId>kotlinx-coroutines-reactor</artifactId>
<version>1.11.0</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Converts a Reactor Mono to a coroutine suspending function.
Ensure kotlinx-coroutines-reactor version matches kotlinx-coroutines-core version.
No dependency data recorded yet.