com-lihaoyi / mill

Mill is a fast JVM build tool that supports Java and Scala. 2-3x faster than Gradle and 5-10x faster than Maven for common workflows, Mill aims to make your project’s build process performant, maintainable, and flexible
https://mill-build.org/
MIT License
2.04k stars 331 forks source link

Move `.mill.sc` extension to `.mill.scala` #3521

Closed lihaoyi closed 3 weeks ago

lihaoyi commented 3 weeks ago

.scala has a lot better support for things like package declarations that .sc does not, and so will serve as a better alternative to .mill until IDE support for the new extension catches up