The main down-side to having used Rx heavily in ou...
# rx
d
The main down-side to having used Rx heavily in our otherwise purely MVP project, is that we cannot now make use of the Model/Presenter (Business Logic) layer in, say, Kotlin Native for iOS. What's needed is a pure Kotlin implementation of RxJava (a 'full' RxKotlin), I know this is under consideration by others, notably @thomasnield’s initial port which seems to have stopped in 2017, and @jw’s further reaching Reagent project... but can anyone say if a straight 'auto convert and tidy up' of the RxJava source to Kotlin is an unfeasible thing to attempt?