mirror of
https://github.com/MewoLab/AquaDX.git
synced 2026-02-11 15:37:27 +08:00
[U] Update ktor
This commit is contained in:
@@ -64,11 +64,11 @@ dependencies {
|
|||||||
// =============================
|
// =============================
|
||||||
|
|
||||||
// Network
|
// Network
|
||||||
implementation("io.ktor:ktor-client-core:2.3.8")
|
implementation("io.ktor:ktor-client-core:3.0.3")
|
||||||
implementation("io.ktor:ktor-client-cio:2.3.8")
|
implementation("io.ktor:ktor-client-cio:3.0.3")
|
||||||
implementation("io.ktor:ktor-client-content-negotiation:2.3.8")
|
implementation("io.ktor:ktor-client-content-negotiation:3.0.3")
|
||||||
implementation("io.ktor:ktor-client-encoding:2.3.8")
|
implementation("io.ktor:ktor-client-encoding:3.0.3")
|
||||||
implementation("io.ktor:ktor-serialization-kotlinx-json:2.3.8")
|
implementation("io.ktor:ktor-serialization-kotlinx-json:3.0.3")
|
||||||
implementation("org.jetbrains.kotlin:kotlin-reflect")
|
implementation("org.jetbrains.kotlin:kotlin-reflect")
|
||||||
|
|
||||||
// Somehow these are needed for ktor even though they're not in the documentation
|
// Somehow these are needed for ktor even though they're not in the documentation
|
||||||
|
|||||||
Reference in New Issue
Block a user