with the announcement of kotlin/native, what are p...
# rx
b
with the announcement of kotlin/native, what are peoples opinions on how to deal with rx across multiple platform targets?
d
rxjava can be swapped to coroutines+stdlib's
map
,
filter
etc