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
{{ message }}
This repository was archived by the owner on Aug 7, 2025. It is now read-only.
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.