The `combineLatest` operator is deprecated for flo...
# coroutines
s
The
combineLatest
operator is deprecated for flows. Is there a way to achieve similar results with some other api in flow?
o
reading the deprecation messages is useful 😛
"Flow analogue of 'combineLatest' is 'combine'"
😀 1
g
There is even a hot fix, if you press Alt + Enter you will see “Replace with combine”
s
Yeah it is. I didn't check this in an IDE but the combineLatest docs. I should have done that. My bad. 😅
1407 Views