codelab-kotlin-coroutines
codelab-kotlin-coroutines copied to clipboard
should use growZoneFlow.mapLatest
should the code snippet 'growZone.mapLatest' be 'growZoneFlow.mapLatest' in section https://developer.android.com/codelabs/advanced-kotlin-coroutines#13?
as so far, it still writes 'growZone.mapLatest' not 'growZoneFlow.mapLatest' https://developer.android.google.cn/codelabs/advanced-kotlin-coroutines#13