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
{{ message }}
This repository has been archived by the owner on Jun 19, 2019. It is now read-only.
Hi again,
I wanna use Primitive wrappers, but i can't get it working. Compiler says that the import was not found or had errors. I'm using gradle to build the protobuf-messages.
When using scalapbc it's up to you to provide scalapb.proto and wrappers.proto to protoc. You need to make those files available somewhere in the file system and pass that location via --proto_path.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi again,
I wanna use Primitive wrappers, but i can't get it working. Compiler says that the import was not found or had errors. I'm using gradle to build the protobuf-messages.
build.gradle:
the message:
The compiler doesn't find both imports. Are there dependencies missing?
The text was updated successfully, but these errors were encountered: