IntelliJ IDEA
 
Get IntelliJ IDEA

Compile and build Scala projects

Last modified: 11 February 2024

By default, Scala projects are built with the Scala compiler and IntelliJ IDEA. The output of the compilation process is displayed in the Build tool window. You can also delegate the build actions to sbt. In this case, the output of your build is displayed in sbt shell.