Coroutine support for JDK 8 features like CompletableFuture and Stream API.
<dependency>
<groupId>org.jetbrains.kotlinx</groupId>
<artifactId>kotlinx-coroutines-jdk8</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 coroutine to a CompletableFuture using the future builder.
Ensure Kotlin version is 1.3 or later and JDK 8+.
No dependency data recorded yet.