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 6df0c11 commit bd693beCopy full SHA for bd693be
samples/grpc-app/build.gradle.kts
@@ -4,7 +4,7 @@
4
5
plugins {
6
kotlin("jvm") version "2.2.0"
7
- id("org.jetbrains.kotlinx.rpc.plugin") version "0.10.0-grpc-127"
+ id("org.jetbrains.kotlinx.rpc.plugin") version "0.10.1"
8
}
9
10
group = "kotlinx.rpc.sample"
samples/ktor-web-app/gradle/libs.versions.toml
@@ -1,6 +1,6 @@
1
[versions]
2
kotlin = "2.2.21"
3
-kotlin-wrappers-bom = "2025.10.12"
+kotlin-wrappers-bom = "2025.10.13"
ktor = "3.3.1"
kotlinx-serialization-json = "1.9.0"
kotlinx-coroutines-core = "1.10.2"
0 commit comments