Skip to content

Enabling JavaConversions together with FlatPackage breaks compilation #41

Description

@timo-schmid

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions