...
- If you plan to create other projects that involve this library, select Global - thus you will be able to share the library anywhere on the current machine.
- If you select Project level, then all the jar archives will be included in your project. This makes your project portable between the different computers and independent from the Scala SDK.
Tip |
---|
To significantly speed-up project compilation you may configure the Fast Scala Compiler (FSC). |
Exploring Project Structure
...
As you see, IntelliJ IDEA has automatically specified the Scala compiler library, and added it to the list of module dependencies. If you want to learn more about project configuration, refer to http://devnet.jetbrains.net/thread/290032.
Tip |
---|
To significantly speed-up project compilation you may configure the Fast Scala Compiler (FSC). |
Creating Source Code
Now everything is ready for the first HelloWorld application.
...