Project
| Item | Description |
|---|---|
| Name | This field by default shows the name of the imported Gradle project. You can accept default, or change the project name as required. |
| Language level | Select the Java language level to be supported. The selected level will be used as the project default.
The available options correspond to JSDK versions:
An individual language level may be set for any of your modules. |
| SDK | Use this group of controls to define the default SDK for the project.
You can define an individual SDK for each module. |
| Project config location | Specify here the path to the directory, where .idea folder should reside. This field by default shows the project root directory, specified in the previous page. |
| Project compile output location | Specify the path to the directory in which IntelliJ IDEA will store the compilation results.
Click ellipsis button to select the directory in the Select Path dialog.
Two subdirectories in the specified directory will be created:
In these subdirectories, individual output directories will be created for each of your modules. The output paths may be redefined at module level. |
Modules
| Item | Description |
|---|---|
| Name | This field by default shows the module name of the imported Gradle project. You can accept default, or change the module name as required. |
| Module file location | Specify here the directory where *.iml file for the selected module will be stored. By default, this is the Project location directory. |
| Module config location | Specify here the directory where *.iml file for the selected module will be stored. By default, this is the Project location directory. |
| Inherit project compile output path | Click this radio button to direct the compiler output to the path, configured on the project level. |
| Use module compile output path | Click this radio button to direct compiler output to the specified location:
|
| The following fields appear for the dependencies only. | |
| Export | If this check box is selected, a dependency is included in the compilation classpath of the dependent modules,
as well as the classpath of the module which it is attached to.
If this check box in not selected, a dependency is only included in the compilation classpath of a module which it is attached to. Dependencies are always included in the runtime classpath regardless of the state of the Export check box. |
| Scope | Use this drop-down to affect the classpath for the various build phases.
|
Content roots
The fields for the content roots are not editable. Use this pane to review the source, test and excluded roots.
