square / wire

gRPC and protocol buffers for Android, Kotlin, Swift and Java.
https://square.github.io/wire/
Apache License 2.0
4.26k stars 572 forks source link

Relocating proto files #1858

Open Praveen2112 opened 4 years ago

Praveen2112 commented 4 years ago

Thanks for open sourcing wire-schema, which allows us to parse the proto files, but when we try to use it along with Protobuf core library, we found similar resource file (having proto files) in both the jar. Is it possible to relocate the proto files ? Do we use them in the runtime ?

oldergod commented 3 years ago

Could you give an example of what's happening? Can you change the output path of the newly parsed protos?