forked from Louvorg/ReaderForSelfoss-multiplatform
bump: ktor. Closes #67.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
val ktorVersion = "2.3.2"
|
||||
val ktorVersion = "3.0.3"
|
||||
|
||||
object SqlDelight {
|
||||
const val runtime = "com.squareup.sqldelight:runtime:1.5.4"
|
||||
@@ -66,7 +66,6 @@ kotlin {
|
||||
val androidMain by getting {
|
||||
dependencies {
|
||||
implementation("com.squareup.okhttp3:okhttp:4.11.0")
|
||||
implementation("io.ktor:ktor-client-okhttp:2.2.4")
|
||||
implementation("org.jetbrains.kotlinx:kotlinx-datetime:0.4.0")
|
||||
|
||||
// Sql
|
||||
@@ -86,7 +85,6 @@ kotlin {
|
||||
|
||||
dependencies {
|
||||
implementation(SqlDelight.native)
|
||||
implementation("io.ktor:ktor-client-ios:2.1.1")
|
||||
}
|
||||
}
|
||||
val iosX64Test by getting
|
||||
|
Reference in New Issue
Block a user