From 8f8e3e461ad759caec8002b05381ca2b3e317d38 Mon Sep 17 00:00:00 2001 From: Laurent Date: Thu, 30 May 2019 16:42:09 +0200 Subject: [PATCH] Added comment --- gradle.properties | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 1bc5f40f..bb6b84cc 100644 --- a/gradle.properties +++ b/gradle.properties @@ -20,7 +20,8 @@ android.enableJetifier=true # Kotlin code style for this project: "official" or "obsolete": kotlin.code.style=official -# Enable Gradle Daemon +# Enable Gradle Daemon: Daemon keeps the instance of the gradle up and running +# in the background even after your build finishes org.gradle.daemon=true # Enable Configure on demand