This repository was archived by the owner on Aug 25, 2025. It is now read-only.

Description
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