Akram Bensalem
09/12/2022, 9:49 PMVidmantas Kerbelis
09/14/2022, 6:01 AMsrc/commonMain/proto
and we’re using squareup/Wire
for the protobuf generation.
Soo, I played around quite a bit with the protobuf generation dependant on JVM and got quite disappointed at the capabilities of it on a shared codebase 😕 So I would strongly suggest not using a JVM solution.
To answer your question, you probably just need to specify a different source, lookup srcDir
under https://github.com/google/protobuf-gradle-pluginAkram Bensalem
09/14/2022, 4:45 PM