-
-
Notifications
You must be signed in to change notification settings - Fork 15
Open
Description
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
Labels
No labels