IntelliJ IDEA
 
Get IntelliJ IDEA
You are viewing the documentation for an earlier version of IntelliJ IDEA.

Compile and build Scala projects

Last modified: 10 August 2022

Required plugins: Scala (must be installed and enabled)

By default, Scala projects are built with the Scala compiler and IntelliJ IDEA. The output of the compilation process is dislpayed 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 the sbt shell.