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 88f0a49 commit 94e3f97Copy full SHA for 94e3f97
samples/kotlin-mcp-server/build.gradle.kts
@@ -4,8 +4,8 @@ import org.jetbrains.kotlin.gradle.ExperimentalKotlinGradlePluginApi
4
import org.jetbrains.kotlin.gradle.ExperimentalWasmDsl
5
6
plugins {
7
- kotlin("multiplatform") version "2.1.20"
8
- kotlin("plugin.serialization") version "2.1.20"
+ kotlin("multiplatform") version "2.2.0"
+ kotlin("plugin.serialization") version "2.2.0"
9
}
10
11
group = "org.example"
0 commit comments