diff --git a/common/core/network/src/commonMain/kotlin/com/oztechan/ccc/common/core/network/base/BaseNetworkService.kt b/common/core/network/src/commonMain/kotlin/com/oztechan/ccc/common/core/network/base/BaseNetworkService.kt index ebd34c4f9a..46825856bb 100644 --- a/common/core/network/src/commonMain/kotlin/com/oztechan/ccc/common/core/network/base/BaseNetworkService.kt +++ b/common/core/network/src/commonMain/kotlin/com/oztechan/ccc/common/core/network/base/BaseNetworkService.kt @@ -8,10 +8,10 @@ import com.oztechan.ccc.common.core.network.error.TerminationException import com.oztechan.ccc.common.core.network.error.TimeoutException import com.oztechan.ccc.common.core.network.error.UnknownNetworkException import io.ktor.client.network.sockets.ConnectTimeoutException -import io.ktor.utils.io.errors.IOException import kotlinx.coroutines.CancellationException import kotlinx.coroutines.CoroutineDispatcher import kotlinx.coroutines.withContext +import kotlinx.io.IOException import kotlinx.serialization.SerializationException open class BaseNetworkService(private val ioDispatcher: CoroutineDispatcher) { diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index c05650e81e..c49f8e9393 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -15,7 +15,7 @@ koinCore = "4.0.0" koinCompose = "4.0.0" koinAndroid = "4.0.0" koinKtor = "4.0.0" -ktor = "2.3.13" +ktor = "3.0.0" multiplatformSettings = "1.2.0" firebaseAnalytics = "22.1.2" firebaseRemoteConfig = "22.0.1"