I have two defmappers in different namespaces, and this error is thrown when evaluating the second one:
AuthServiceGrpc$AuthServiceStub already refers to: class ksr.auth.v1.AuthServiceGrpc$AuthServiceStub in namespace: pronto.protos
The class names are the same but come from different packages. Any way to resolve this?