Does `wire 3.0` not support `proto3`? Seeing this ...
# squarelibraries
j
Does
wire 3.0
not support
proto3
? Seeing this while building the project which has
proto3
files.
Copy code
Skipped .proto files with unsupported syntax. Add this line to fix:
  syntax = "proto2";
Never mind. Found this-https://github.com/square/wire/issues/279 😪
j
it’s back on our to do list
🎉 1