codelab-kotlin-coroutines
codelab-kotlin-coroutines copied to clipboard
Wrong flow value name
trafficstars
In last step of advanced kotlin coroutines you can see strange growZoneChannel in the text few times. Actually it must be growZoneFlow. And in code snippets you should write growZoneFlow instead of growZone
The problem is in 14'th step