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 2 years ago • 1 comments

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