fs2-grpc
fs2-grpc copied to clipboard
Enabling JavaConversions together with FlatPackage breaks compilation
See title:
This works:
scalapbCodeGeneratorOptions ++= Seq(FlatPackage)
This doesn't:
scalapbCodeGeneratorOptions ++= Seq(FlatPackage , JavaConversions)
Note: I'm using features such as oneof
, so it might be a special case. Let me know if you need more information to reproduce this. I'll also look into it when I have a bit more spare time.
Thanks for the report, I'll look into it.
I have issues with compiling JavaConversions
, no matter what the setting for FlatPackage
. Code is getting the package name wrong for the Java class.