codelab-kotlin-coroutines icon indicating copy to clipboard operation
codelab-kotlin-coroutines copied to clipboard

Step 14. mapLatest is an unresolved reference

Open KreslavskiKD opened this issue 4 years ago • 1 comments
trafficstars

Compiler says: Unresolved reference: mapLatest In order to fix this, change growZone.mapLatest { to growZone.asFlow().mapLatest {

KreslavskiKD avatar Jul 23 '21 17:07 KreslavskiKD

We created a growZoneFlow member variable in a previous task.. Change growZone.mapLatest to growZoneFlow.mapLatest

joec58 avatar Aug 19 '21 11:08 joec58