With RC2 flow.collect { value = it } no more works
Tolriq
12/10/2021, 6:40 PM
Gives
This is an internal kotlinx.coroutines API that should not be used from outside of kotlinx.coroutines. No compatibility guarantees are provided. It is recommended to report your use-case of internal API to kotlinx.coroutines issue tracker, so stable API could be provided instead
That code is a copy of compose
Copy code
collectAsState
n
Nick Allen
12/10/2021, 6:58 PM
Are you sure you didn't just lose the extension method import?
t
Tolriq
12/10/2021, 7:29 PM
They are removed and it's now a fun interface. But on an internalapi collect hence the error. Reported on GitHub.