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 4f22bd7 commit 447b581Copy full SHA for 447b581
samples/grpc-app/build.gradle.kts
@@ -4,8 +4,7 @@
4
5
plugins {
6
kotlin("jvm") version "2.2.0"
7
- id("org.jetbrains.kotlinx.rpc.plugin") version "0.8.0-grpc-79"
8
- id("com.google.protobuf") version "0.9.5"
+ id("org.jetbrains.kotlinx.rpc.plugin") version "0.10.0-grpc-121"
9
}
10
11
group = "kotlinx.rpc.sample"
@@ -21,13 +20,12 @@ kotlin {
21
20
22
23
dependencies {
24
- implementation("org.jetbrains.kotlinx:kotlinx-rpc-grpc-core:0.8.0-grpc-71")
+ implementation("org.jetbrains.kotlinx:kotlinx-rpc-grpc-core:0.10.0-grpc-121")
25
implementation("ch.qos.logback:logback-classic:1.5.18")
26
implementation("io.grpc:grpc-netty:1.73.0")
+ implementation("io.grpc:grpc-kotlin-stub:1.4.1")
27
28
29
rpc {
30
- grpc {
31
- enabled = true
32
- }
+ grpc()
33
0 commit comments