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 fd88812 commit 673a73eCopy full SHA for 673a73e
samples/grpc-app/build.gradle.kts
@@ -5,7 +5,7 @@
5
plugins {
6
kotlin("jvm") version "2.1.10"
7
kotlin("plugin.serialization") version "2.1.10"
8
- id("org.jetbrains.kotlinx.rpc.plugin") version "0.6.0"
+ id("org.jetbrains.kotlinx.rpc.plugin") version "0.6.1"
9
id("com.google.protobuf") version "0.9.5"
10
}
11
@@ -22,7 +22,7 @@ kotlin {
22
23
24
dependencies {
25
- implementation("org.jetbrains.kotlinx:kotlinx-rpc-grpc-core:0.5.1-grpc-39")
+ implementation("org.jetbrains.kotlinx:kotlinx-rpc-grpc-core:0.6.0-grpc-43")
26
implementation("ch.qos.logback:logback-classic:1.5.18")
27
implementation("io.grpc:grpc-netty:1.71.0")
28
0 commit comments