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
If the $MODULE_DIR$/src/main/proto directory exists, then this is automatically added as a proto_path while invoking the protoc compiler. This enables grouping of .proto files within src/main/proto into different packages or directories, while being able to import .proto files from other packages in the same src/main/proto source root directory.
0 commit comments