I am using both protoc and Wire simultaneously in my KMP project, and currently, I can't remove protoc. The issue is that the generated classes share the same package name, which leads to redeclaration errors. Is there any configuration in Wire that allows renaming the generated package? We want to avoid duplicating proto files for both Wire and protoc.
Wire version: 5.3.3
I am using both
protocandWiresimultaneously in my KMP project, and currently, I can't removeprotoc. The issue is that the generated classes share the same package name, which leads to redeclaration errors. Is there any configuration inWirethat allows renaming the generated package? We want to avoid duplicating proto files for bothWireandprotoc.Wire version: 5.3.3