diff --git a/shared/core/src/commonMain/kotlin/org/gdglille/devfest/database/EventDao.kt b/shared/core/src/commonMain/kotlin/org/gdglille/devfest/database/EventDao.kt index 491d32663..5ee2d9dc8 100644 --- a/shared/core/src/commonMain/kotlin/org/gdglille/devfest/database/EventDao.kt +++ b/shared/core/src/commonMain/kotlin/org/gdglille/devfest/database/EventDao.kt @@ -8,7 +8,6 @@ import com.russhwolf.settings.ObservableSettings import kotlinx.collections.immutable.ImmutableList import kotlinx.collections.immutable.toImmutableList import kotlinx.coroutines.Dispatchers -import kotlinx.coroutines.IO import kotlinx.coroutines.flow.Flow import kotlinx.coroutines.flow.combine import kotlinx.coroutines.flow.combineTransform diff --git a/shared/core/src/commonMain/kotlin/org/gdglille/devfest/database/FeaturesActivatedDao.kt b/shared/core/src/commonMain/kotlin/org/gdglille/devfest/database/FeaturesActivatedDao.kt index acc1e2257..65f36ea1f 100644 --- a/shared/core/src/commonMain/kotlin/org/gdglille/devfest/database/FeaturesActivatedDao.kt +++ b/shared/core/src/commonMain/kotlin/org/gdglille/devfest/database/FeaturesActivatedDao.kt @@ -10,7 +10,6 @@ import com.russhwolf.settings.coroutines.getStringOrNullFlow import kotlinx.collections.immutable.toImmutableList import kotlinx.coroutines.Dispatchers import kotlinx.coroutines.ExperimentalCoroutinesApi -import kotlinx.coroutines.IO import kotlinx.coroutines.flow.Flow import kotlinx.coroutines.flow.combine import kotlinx.coroutines.flow.flatMapConcat diff --git a/shared/core/src/commonMain/kotlin/org/gdglille/devfest/database/PartnerDao.kt b/shared/core/src/commonMain/kotlin/org/gdglille/devfest/database/PartnerDao.kt index d2ab2109d..40045bb1f 100644 --- a/shared/core/src/commonMain/kotlin/org/gdglille/devfest/database/PartnerDao.kt +++ b/shared/core/src/commonMain/kotlin/org/gdglille/devfest/database/PartnerDao.kt @@ -6,7 +6,6 @@ import app.cash.sqldelight.coroutines.mapToOne import kotlinx.collections.immutable.persistentListOf import kotlinx.collections.immutable.toImmutableList import kotlinx.coroutines.Dispatchers -import kotlinx.coroutines.IO import kotlinx.coroutines.flow.Flow import kotlinx.coroutines.flow.combine import kotlinx.coroutines.flow.flatMapConcat diff --git a/shared/core/src/commonMain/kotlin/org/gdglille/devfest/database/SpeakerDao.kt b/shared/core/src/commonMain/kotlin/org/gdglille/devfest/database/SpeakerDao.kt index 2e1548d57..8e1486a79 100644 --- a/shared/core/src/commonMain/kotlin/org/gdglille/devfest/database/SpeakerDao.kt +++ b/shared/core/src/commonMain/kotlin/org/gdglille/devfest/database/SpeakerDao.kt @@ -6,7 +6,6 @@ import app.cash.sqldelight.coroutines.mapToOne import kotlinx.collections.immutable.ImmutableList import kotlinx.collections.immutable.toImmutableList import kotlinx.coroutines.Dispatchers -import kotlinx.coroutines.IO import kotlinx.coroutines.flow.Flow import kotlinx.coroutines.flow.combine import kotlinx.coroutines.flow.map diff --git a/shared/core/src/commonMain/kotlin/org/gdglille/devfest/database/TalkDao.kt b/shared/core/src/commonMain/kotlin/org/gdglille/devfest/database/TalkDao.kt index 6b6a45676..1405fceea 100644 --- a/shared/core/src/commonMain/kotlin/org/gdglille/devfest/database/TalkDao.kt +++ b/shared/core/src/commonMain/kotlin/org/gdglille/devfest/database/TalkDao.kt @@ -4,7 +4,6 @@ import app.cash.sqldelight.coroutines.asFlow import app.cash.sqldelight.coroutines.mapToList import app.cash.sqldelight.coroutines.mapToOne import kotlinx.coroutines.Dispatchers -import kotlinx.coroutines.IO import kotlinx.coroutines.flow.Flow import kotlinx.coroutines.flow.combine import org.gdglille.devfest.database.mappers.convertTalkUi diff --git a/shared/core/src/commonMain/kotlin/org/gdglille/devfest/database/UserDao.kt b/shared/core/src/commonMain/kotlin/org/gdglille/devfest/database/UserDao.kt index 573a76519..245942943 100644 --- a/shared/core/src/commonMain/kotlin/org/gdglille/devfest/database/UserDao.kt +++ b/shared/core/src/commonMain/kotlin/org/gdglille/devfest/database/UserDao.kt @@ -6,7 +6,6 @@ import app.cash.sqldelight.coroutines.mapToOneOrNull import kotlinx.collections.immutable.ImmutableList import kotlinx.collections.immutable.toImmutableList import kotlinx.coroutines.Dispatchers -import kotlinx.coroutines.IO import kotlinx.coroutines.flow.Flow import kotlinx.coroutines.flow.map import kotlinx.datetime.Clock