From f32e425e4eeb4e5be814de714d538a4db39a2975 Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Tue, 22 Feb 2022 17:51:15 +0530 Subject: [PATCH] desktop: fix compilation --- desktop/src/jvmMain/kotlin/LazyPagingItems.kt | 1 + 1 file changed, 1 insertion(+) diff --git a/desktop/src/jvmMain/kotlin/LazyPagingItems.kt b/desktop/src/jvmMain/kotlin/LazyPagingItems.kt index cea39447..3eb68eba 100644 --- a/desktop/src/jvmMain/kotlin/LazyPagingItems.kt +++ b/desktop/src/jvmMain/kotlin/LazyPagingItems.kt @@ -32,6 +32,7 @@ import androidx.paging.PagingData import androidx.paging.PagingDataDiffer import kotlinx.coroutines.Dispatchers import kotlinx.coroutines.flow.Flow +import kotlinx.coroutines.flow.collect import kotlinx.coroutines.flow.collectLatest /**