Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This is a super common operation to want in the builds i've come across: conditional scalac flags, conditional deps, conditional sources, etc. Better to have it built in as `Agg.when(foo)("bar", "baz")` rather than jumping through hoops with `++ (if (foo) Agg("bar", "baz") else Agg.empty)`
- Loading branch information