Traceur
Traceur copied to clipboard
Lib is not compatible with RxJava 2.2.1
From RxJava 2.2.1 this lib is not compatible any more.
The issue is in renamed fields in RxJava2
BasicFuseableObserver.qs (was renamed to BasicFuseableObserver.qd)
and
BasicFuseableObserver.actual (was renamed to BasicFuseableObserver.downstream).
@T-Spoon is it possible to fix this? Traceur doesn't work at all with latest versions of RxJava. It's a really simple fix as ultraon noted.
It seems like the changes were made in a different library. It has the same author. Try this one: https://github.com/akarnokd/RxJava2Extensions. It worked for me.
See #11