We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65dfb80 commit da3fa78Copy full SHA for da3fa78
ktor-test-server/build.gradle.kts
@@ -8,7 +8,7 @@ plugins {
8
`kotlin-dsl`
9
// Serialization version should be aligned with the Kotlin version embedded in Gradle
10
// https://docs.gradle.org/current/userguide/compatibility.html#kotlin
11
- kotlin("plugin.serialization") version embeddedKotlinVersion
+ kotlin("plugin.serialization") version "2.1.10"
12
}
13
14
dependencies {
0 commit comments