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 c5c46dd commit d17a36cCopy full SHA for d17a36c
instrumentation/grpc-1.6/library/build.gradle.kts
@@ -7,6 +7,7 @@ val grpcVersion = "1.6.0"
7
8
dependencies {
9
library("io.grpc:grpc-core:$grpcVersion")
10
+ library("com.google.protobuf:protobuf-java:3.25.3")
11
12
testLibrary("io.grpc:grpc-netty:$grpcVersion")
13
testLibrary("io.grpc:grpc-protobuf:$grpcVersion")
0 commit comments