fix: Ktor method not found
This commit is contained in:
parent
f42f67b07c
commit
b9642e54bf
|
@ -30,7 +30,7 @@ import io.ktor.client.request.setBody
|
|||
import io.ktor.http.ContentType
|
||||
import io.ktor.http.Parameters
|
||||
import io.ktor.http.contentType
|
||||
import io.ktor.utils.io.InternalAPI
|
||||
import io.ktor.util.*
|
||||
import kotlinx.serialization.encodeToString
|
||||
import kotlinx.serialization.json.Json
|
||||
import kotlinx.serialization.json.JsonObject
|
||||
|
|
|
@ -88,7 +88,8 @@ ktlint = "0.50.0"
|
|||
# https://github.com/JLLeitschuh/ktlint-gradle
|
||||
ktlintPlugin = "12.0.3"
|
||||
# https://github.com/ktorio/ktor
|
||||
ktor = "3.0.0-beta-1"
|
||||
# Keep in sync with https://github.com/Kamel-Media/Kamel/blob/main/gradle/libs.versions.toml#L24
|
||||
ktor = "2.3.7"
|
||||
# https://github.com/skydoves/landscapist
|
||||
landscapist = "2.2.13"
|
||||
# https://github.com/cashapp/licensee
|
||||
|
|
Loading…
Reference in New Issue