Can I use Rx Kotlin + Rx Android without adding Rx Java? Or Rx Kotlin is depended upon Rx Java.
Asked
Active
Viewed 371 times
1 Answers
0
Both Rx Kotlin & Rx Android libraries are extensions on top of Rx-java and so contains Rx-Java by default. Please refer to https://github.com/ReactiveX/RxAndroid/blob/2.x/rxandroid/build.gradle & https://github.com/ReactiveX/RxKotlin/blob/2.x/build.gradle for a complete list of dependencies that these two libraries use.

NIPHIN
- 1,071
- 1
- 8
- 16