fatih
04/17/2020, 12:57 PMemitAll
but flow cannot inference type if I remove the type which is already greyed. If I remove the type, I get a compile error saying
Type inference failed: Not enough information to infer parameter T in fun <T> flow(block: suspend FlowCollector<T>.() -> Unit): Flow<T> Please specify it explicitly.