We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0362675 commit cf06188Copy full SHA for cf06188
gradle/libs.versions.toml
@@ -2,7 +2,7 @@
2
kotlin = "2.0.20"
3
coroutines = "1.8.1"
4
serialization = "1.7.3"
5
-ktor = "3.0.0-rc-2"
+ktor = "3.0.0"
6
kotlinio = "0.5.4"
7
logback = "1.4.8"
8
settings.gradle.kts
@@ -23,6 +23,5 @@ dependencyResolutionManagement {
23
repositories {
24
google()
25
mavenCentral()
26
- maven("https://maven.pkg.jetbrains.space/public/p/ktor/eap")
27
}
28
0 commit comments