Ram Anvesh Reddy
Ram Anvesh Reddy
Hi Any update on this? Summary of the issue: When using grpc-java in a modularized application, I was facing issues with `javax.annotation.Generated` annotation. The fix for this suggested was to...
This feature would be helpful
Any workaround for this?
@moonfruit Thanks! This helped. For other who might be trying this in gradle: Adding `-Xep:StringConcatToTextBlock:OFF` as a compiler arg to the `compileJava` tasks throws "invalid flag" error. Instead, if you...