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
Hi, when I try to use this lib I get the following error, this happens when I use the lein template too.
Reflection warning, protojure/protobuf.clj:24:19 - call to static method newInstance on com.google.protobuf.CodedOutputStream can't be resolved (argument types: java.nio.ByteBuffer).
Reflection warning, protojure/protobuf.clj:27:19 - call to static method newInstance on com.google.protobuf.CodedOutputStream can't be resolved (argument types: java.nio.ByteBuffer).
Syntax error (IllegalArgumentException) compiling . at (protojure/protobuf/serdes/core.clj:80:14).
No matching method getTagWireType found taking 1 args for class com.google.protobuf.WireFormat
Hi, when I try to use this lib I get the following error, this happens when I use the
lein template
too.My project.clj:
The text was updated successfully, but these errors were encountered: