codelab-kotlin-coroutines
codelab-kotlin-coroutines copied to clipboard
Step 11. Problem with the customSortFlow
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