Coroutines support libraries for Kotlin providing RxJava3 integration.
<dependency>
<groupId>org.jetbrains.kotlinx</groupId>
<artifactId>kotlinx-coroutines-rx3</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.
Minimal Kotlin coroutine awaiting an RxJava3 Single
Add io.reactivex.rxjava3:rxjava to your project
No dependency data recorded yet.