This is a normal mill project. You can compile code with mill examples.compile
and run it
with mill examples.run
, mill -i examples.console
will start a Scala 3 REPL.
It's recommended to either use Metals with the editor of your choice or the Scala Plugin for IntelliJ.
def scalaVersion = "3.5.2"
For help with porting an existing Scala 2 project to Scala 3, see the Scala 3 migration guide.
https://www.scala-lang.org/community/ has links.