there are no extention functions to convert from O...
# coroutines
m
there are no extention functions to convert from Observable to flow right? We need to convert it to flowable, and then use
Copy code
.asFlow
?
m
this one is the reverse. coroutines to rx
Converts the given publisher to flow
unless it’s Rx1 ofc
m
yes thanks! so it doesn't have for observable, it needs flowable convertion first