You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have hundreds of proto files which are defined in a way that they contain the exact same names for classes but each file has a different java_outer_classname but the protoc compiler does not take it into account at all and refuses to compile.
Is there a way to enable this behavior? There's no way for me to change the definition of proto files as I am not the owner.
This sounds like a question for github.com/protocolbuffers/protobuf/ .
In general, I'd expect not, because the java_outer_classname is java-specific and beside-the-point. If those different messages are all in the same package, then they are clearly conflicting with each other.
I have hundreds of proto files which are defined in a way that they contain the exact same names for classes but each file has a different
java_outer_classname
but the protoc compiler does not take it into account at all and refuses to compile.Is there a way to enable this behavior? There's no way for me to change the definition of proto files as I am not the owner.
my build.gradle.kts:
The text was updated successfully, but these errors were encountered: