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 270b00a commit 30cfbd7Copy full SHA for 30cfbd7
README.md
@@ -21,7 +21,7 @@
21
22
## ✨ Features
23
24
-- The Kotlin client is compatible with Kotlin `1.3.30` and higher.
+- The Kotlin client is compatible with Kotlin `1.3.41` and higher.
25
- It is compatible with Kotlin project on the JVM, such as backend and Android applications.
26
- It relies on the open source Kotlin libraries for seamless integration into Kotlin projects:
27
- [Kotlin multiplatform](https://kotlinlang.org/docs/reference/multiplatform.html).
buildSrc/src/main/kotlin/Ktor.kt
@@ -2,5 +2,5 @@ object Ktor : Dependency {
2
3
override val group = "io.ktor"
4
override val artifact = "ktor"
5
- override val version = "1.2.3-rc"
+ override val version = "1.2.3"
6
}
0 commit comments