pjfanning commented on code in PR #173:
URL: 
https://github.com/apache/incubator-pekko-grpc/pull/173#discussion_r1315690047


##########
gradle-plugin/build.gradle:
##########
@@ -124,6 +133,7 @@ repositories {
 dependencies {
   implementation 'com.google.protobuf:protobuf-gradle-plugin:0.8.19'
   implementation 'commons-lang:commons-lang:2.6'
+  runtime 'com.google.guava:guava:32.1.2-android'

Review Comment:
   The io.grpc jars depend on the android variants of the guava jars.
   
   https://mvnrepository.com/artifact/io.grpc/grpc-core/1.54.2
   
   Presumably the android variants of the guava jars work well on android and 
on full Java runtimes.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to