fs2-grpc icon indicating copy to clipboard operation
fs2-grpc copied to clipboard

Enabling JavaConversions together with FlatPackage breaks compilation

Open timo-schmid opened this issue 6 years ago • 2 comments

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.

timo-schmid avatar Nov 04 '18 19:11 timo-schmid

Thanks for the report, I'll look into it.

fiadliel avatar Nov 05 '18 17:11 fiadliel

I have issues with compiling JavaConversions, no matter what the setting for FlatPackage. Code is getting the package name wrong for the Java class.

fiadliel avatar Nov 05 '18 19:11 fiadliel