November 2017
Intermediate to advanced
542 pages
14h 24m
English
Most of the diagrams used in this book were taken from IntelliJ IDEA from Jet Brains (https://www.jetbrains.com/idea/). IDEA has a wonderful support for multimodule Gradle builds.
IDEA will allow you to import an existing project, or you can simply open the build.gradle file from the root of the source code base and IDEA will create the necessary project files for you.
Once you have created the IDEA project files with the Gradle idea task, you can import the entire project using the Import Project option, as shown in the following screenshot:

Then, you will be prompted to select various options for how IDEA will execute this ...
Read now
Unlock full access