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
I have a file in my project which defines a protobuf like so: (def Person (protodef Example$Person))
When I run lein protobuf I get an exception telling me Example$Person does not exist
It seems lein is trying to compile my file before compiling the protobuf file
Any idea?
The text was updated successfully, but these errors were encountered:
I have a file in my project which defines a protobuf like so:
(def Person (protodef Example$Person))
When I run
lein protobuf
I get an exception telling meExample$Person
does not existIt seems lein is trying to compile my file before compiling the protobuf file
Any idea?
The text was updated successfully, but these errors were encountered: