Hello! I have a problem with simple flow sample: `...
# coroutines
a
Hello! I have a problem with simple flow sample:
Copy code
flowOf(1,2,3).collect { value -> println(value)  }
It doesn't compile cause: Type mismatch: Required: FlowCollector<Int> found (Nothing) -> Unit What i doing wrong?
a
yeah, that was some kind of import mistake) Thx