We're using Java gRPC and make use of some of the "standard library" protobuf messages, like google.protobuf.Empty and google.rpc.Status - currently, these are copied into our project under the proto directory, along side our application proto files. Is there a way to reference the google proto files in our project from an external dependency instead?
Note: the build environment is Gradle, using the com.google.protobuf Gradle plugin.
Thanks!
- Matt