Docs in the RxKotlin repository on GitHub doesn't specify a way to explicitly depend on the latest RxJava versionn.
If we see the build.gradle
file of the library, it as of now uses compile 'io.reactivex.rxjava2:rxjava:2.1.0'
But what if we want to keep up with the latest RxJava releases and not the one present in the library.