I’m attempting to make a case for expanding areas ...
# rx
t
I’m attempting to make a case for expanding areas when nullablity annotations are used the RxJava2 for better support in Kotlin. e.g
Observable.just(null)
should result in compile time error rather than runtime error in Kotlin. Can someone check my assumptions: https://github.com/ReactiveX/RxJava/issues/4876#issuecomment-355286132