Coroutines support libraries for Kotlin providing JDK 9 specific integration features like Flow adapters for reactive streams.
<dependency>
<groupId>org.jetbrains.kotlinx</groupId>
<artifactId>kotlinx-coroutines-jdk9</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.
Converts a Kotlin Flow to a JDK 9 reactive streams Publisher and subscribes to it.
Use kotlinx-coroutines-jdk8 module for JDK 8 compatibility.
No dependency data recorded yet.