I would like to start using named tuples in my codebase, but I am tired of it requiring a special experimental import at the top of every file, like an infection. It discourages me (in a way that feels intentional) from using the feature alltogether because of how cumbersome it is to constantly write imports. My codebase is a private project, so I would like to enable whichever experimental features I want easily.
is there a flag I can set in build.sbt that will enable it codebase wide once and forall?
Thanks.