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

Step 11. Problem with the customSortFlow

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

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

KreslavskiKD avatar Jul 23 '21 15:07 KreslavskiKD