Is there an active project to create an RxKotlin w...
# rx
j
Is there an active project to create an RxKotlin which can be used for multiplatform?
l
👍 1
j
this is another interesting discussion around the same topic, https://github.com/reactor/reactor-core/issues/979
both those threads haven't been touched in a while, maybe I should just necro the RxKotlin one
s
Curious why would you do that if rxjs is around ? we found out that a best target implementation vs a LLVM-like one suits things better. The overload complexity in making things common between platforms is usually not worth it and defeat a lot of the optimization effort we made for rx2 and reactor3
i hear the appeal tho and the contract first development, but that suits end user dev better than library IMO
j
I want to play around with some kotlin cross platform stuff with iOS and it didn't look like there was a solution for rx yet. Does rxjs work on all platforms?