Skip to content

How do I configure Scala3 options? #70

@frozenwizard

Description

@frozenwizard

I'm using sbt-tpolecat to configure my scalac options and it uses scalac-options. There seems to be a large list of Scala3 options missing. Is there plans to add them? For now I was able to work around adding an option tot polecatScalacOptions by using the ScalacOptions.other. However, it's use is semi not intuitive or mentioned in the readme as an option. If would be nice to see an example in the Readme on it's use for support of options that are not in the library yet.

For example:
tpolecatScalacOptions += ScalacOptions.other("-Xmax-inlines", List("60"), V3_3_0 => true),

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