RxKotlin 2.3.0
This is the first release for RxKotlin in quite some time. I apologize it took so long.
- RxJava updated to 2.2.0
- Kotlin updated to 1.2.60
- Silence unused and platform warnings #179
- Add missing @CheckReturnValue annoations #180
- Add zero-arg flatMapIterable and concatMapIterable #185
- Make cast and ofType operate on wildcard types rather than Any #176
- Add Flowables.create with lambda as last parameter #188
- Change return type of Flowable.withLatestFrom #193
Thank you everyone for your contributions!