File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 55plugins {
66 kotlin(" jvm" ) version " 2.1.0"
77 kotlin(" plugin.serialization" ) version " 2.1.0"
8- id(" org.jetbrains.kotlinx.rpc.plugin" ) version " 0.5.0-eap- grpc-1 "
8+ id(" org.jetbrains.kotlinx.rpc.plugin" ) version " 0.5.0-grpc-6 "
99 id(" com.google.protobuf" ) version " 0.9.4"
1010}
1111
@@ -22,7 +22,7 @@ kotlin {
2222}
2323
2424dependencies {
25- implementation(" org.jetbrains.kotlinx:kotlinx-rpc-grpc-core:0.5.0-eap- grpc-1 " )
25+ implementation(" org.jetbrains.kotlinx:kotlinx-rpc-grpc-core:0.5.0-grpc-6 " )
2626 implementation(" ch.qos.logback:logback-classic:1.5.16" )
2727 implementation(" io.grpc:grpc-netty:1.69.0" )
2828}
@@ -36,7 +36,7 @@ protobuf {
3636
3737 plugins {
3838 create(" kotlinx-rpc" ) {
39- artifact = " org.jetbrains.kotlinx:kotlinx-rpc-protobuf-plugin:0.5.0-eap- grpc-1 :all@jar"
39+ artifact = " org.jetbrains.kotlinx:kotlinx-rpc-protobuf-plugin:0.5.0-grpc-6 :all@jar"
4040 }
4141
4242 create(" grpc" ) {
You can’t perform that action at this time.
0 commit comments