Kotlin 0.10.770 and RxKotlin 0.21.0

When I try to use RxKotlin I get an error inside Android Studio stating the plugin has an unsupported format.

How do would I go about fixing the format?

I’m more than happy to fork and create the pull request.

Cheers,

RxKotlin lead here

You could clone the code and build it for yourself until we get a proper release. I saw that you raise a PR, I’ll review it in the afternoon UK time

Thanks, I'll give that a try.

The PR was just fixing a link in the readme :slight_smile:

Nothing spectacular.

Or you can just copy a single file namespace.kt into your own project, may be rename to rx.kt. You will most likely want to add more functions there. Later you could send a PR with the update.