Tolriq
12/10/2021, 6:39 PMTolriq
12/10/2021, 6:40 PMThis 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
collectAsState
Nick Allen
12/10/2021, 6:58 PMTolriq
12/10/2021, 7:29 PMmcpiroman
12/10/2021, 7:36 PMAlex Vanyo
12/10/2021, 8:13 PMCarter
12/11/2021, 1:32 PMimport kotlinx.coroutines.flow.flow
import kotlinx.coroutines.flow.Flow
And so then it gets confused as to whether I am implementing the Flow interface collect method or the extension function collect method.