Integration module providing coroutine adapters for RxJava 2, enabling seamless interop between coroutines and reactive streams.
<dependency>
<groupId>org.jetbrains.kotlinx</groupId>
<artifactId>kotlinx-coroutines-rx2</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 RxJava Single to a coroutine using awaitSingle.
Use kotlinx-coroutines-rx3 for RxJava 3 integration.
No dependency data recorded yet.