Open
Description
Description
Most of our other libs, including those that have static compilation (like csharp), use buf generate
to go directly from remote proto to generated code. This lib is currently using buf export
and the gradle build process to run the compilation steps locally.
It'd be nice if this matched other libraries.
It'd also make it easier to inspect the library code and understand what's going on, since the generated source code would be visible and names of various classes would be inspectable. That was something painful to me as a consumer.