Skip to content

Commit 447b581

Browse files
authored
Update grpc-sample app (#425)
1 parent 4f22bd7 commit 447b581

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

samples/grpc-app/build.gradle.kts

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@
44

55
plugins {
66
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"
7+
id("org.jetbrains.kotlinx.rpc.plugin") version "0.10.0-grpc-121"
98
}
109

1110
group = "kotlinx.rpc.sample"
@@ -21,13 +20,12 @@ kotlin {
2120
}
2221

2322
dependencies {
24-
implementation("org.jetbrains.kotlinx:kotlinx-rpc-grpc-core:0.8.0-grpc-71")
23+
implementation("org.jetbrains.kotlinx:kotlinx-rpc-grpc-core:0.10.0-grpc-121")
2524
implementation("ch.qos.logback:logback-classic:1.5.18")
2625
implementation("io.grpc:grpc-netty:1.73.0")
26+
implementation("io.grpc:grpc-kotlin-stub:1.4.1")
2727
}
2828

2929
rpc {
30-
grpc {
31-
enabled = true
32-
}
30+
grpc()
3331
}

0 commit comments

Comments
 (0)