IntelliJ IDEA 2017.1 Help

Gradle-Android Compiler

File | Settings | Build, Execution, Deployment | Compiler | Gradle-Android Compiler for Windows and Linux
IntelliJ IDEA | Preferences | Build, Execution, Deployment | Compiler | Gradle-Android Compiler for macOS


Use this page to specify settings for compiling Android-Gradle projects.

ItemDescription
Compile independent modules in parallel (may require larger heap size)Select this check box if you need to compile independent modules in parallel.
For more information, see decoupled projects.
Command-line OptionsUse this field to set Gradle command-line options. For more information, see the Gradle command-line options page.
Make project automatically (only works while not running/debugging)Select this check box to automatically make (compile) the project on every save or autosave.
Use in-process buildSelect this check box to use the Gradle in-build process.
Configure on demandThis check box is selected by default. Configuration on demand mode attempts to configure only projects that are relevant for requested tasks. This way, the configuration time of a large multi-project build is greatly improved. For more information, refer to the Gradle configuration on demand page.

See Also

Last modified: 18 July 2017