Slide 20
Slide 20 text
Gradle Daemon
Always use the Gradle daemon for command line:
echo
echo 'org.gradle.daemon=true' >> ~/.gradle/gradle.properties
For Android Studio, make sure that the Use in-
process build option is set.
You can find it in Preferences -> Build,
Execution, Deployment -> Compiler
20 / 91