This repository has been archived by the owner on Jun 28, 2022. It is now read-only.
Java: Support bundling of proto/grpc classes in same package #1917
Labels
lang: java
Issues specific to Java.
type: feature request
‘Nice-to-have’ improvement, new feature or different behavior or design.
Currently, the output build.gradle assumes that the proto/grpc classes will be in a separate package. For many APIs, it may be simpler to just bundle it all together; we should add an option to make this possible.
The text was updated successfully, but these errors were encountered: