IntelliJ IDEA 2016.2 Help

Gradle Selective Importing

IntelliJ IDEA lets you perform a partial import for Gradle multi-module projects.

You can select the data or modules for your partial import using one of the following procedures:

Importing a Gradle project via project wizard

  1. Perform steps that are described in the Importing Project from Gradle Model topic.
  2. When Gradle Project Data to Import Dialog opens, select modules or data that you want to import and click OK.

Importing a module via project structure

  1. Open the Project Structure dialog.
  2. On the Module Page, click add icon and select Import Module.
  3. In the dialog that opens, select a module you want to import and click OK.
  4. In the Select Project Data to Import dialog, select modules or data that you want to include in your project and click OK.

Importing a module via Gradle tool window

  1. In the Gradle tool window, on the toolbar, click gradle_data_to_import_icon icon.
  2. In dialog that opens select modules that you want to include in your project and click OK.

See Also

Last modified: 23 November 2016