Solving Scala's Build Problem with the Mill Build Tool
Mill is a Scala build tool that improves upon SBT: more performant, easier to understand, and scalable to larger codebases. Covers how Mill works, its advantages over SBT, and the novel techniques a modern build tool uses.