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