Kreslavski Kirill

Results 2 issues of Kreslavski Kirill

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

`private val customSortFlow = plantsListSortOrderCache::getOrAwait.asFlow()` This line is being marked as an error in Android Studio with the following message: `Variable 'plantsListSortOrderCache' must be initialized` Kotlin version is 1.5.10