Open ByteAlex opened 4 years ago
src/main/proto
should be added to a source set (gradle) or simply marked as a source root in IDEA.
please add src/main/protobuf to the default import paths. I could not see this path in case of a gradle multi module project where protobuf folder sits in one of the sub-modules
Hey,
I was just messing around with importing custom proto files, but the plugin said it couldn't find the file, - when running protoc in default configuration it works.
So I digged into the plugin configuration and found out that src/main/proto is not an auto-detected path for imports. I suggest adding so, because src/main/proto is the default protoRootLocation.
Thanks for reading!