airbnb / RxGroups

Easily group RxJava Observables together and tie them to your Android Activity lifecycle
Apache License 2.0
693 stars 44 forks source link

Kotlin RxGroups note #45

Closed JEuler closed 5 years ago

JEuler commented 6 years ago

https://github.com/JEuler/RxGroups/pull/1 Just a little note about the Kotlin, because the AutoTool for conversion between Java and Kotlin doesn't annotate RxGroups fields properly.

To use with Kotlin don't forget to annotate fields with @JvmField

JEuler commented 5 years ago

Done in #48