-
-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PlayGrpc code generation error #215
Comments
The issue I am having is that |
That makes sense! Would you be interested in contributing cross-building for 2.13? |
@raboof I observe that the |
@Tochemey that's correct - but AFAICS that should not be a problem, since 'codegen' is only used during code generation (so 'inside' sbt, which is on scala 2.12) - you already noticed the classes are generated, it's just the runtime library that needs to be made available for 2.12. Perhaps we should merge this issue with #40? Let's continue there. |
I am facing an issue while generating scala classes using PlayGrpc.
I am using:
Scala Version: 2.13.1
sbt version: 1.3.8
lagom version : 1.6
These are my settings:
and this is the error I am having:
Amazingly when I checked the classes are generated. But whenever I run
sbt compile
I got that error.The text was updated successfully, but these errors were encountered: