Added comment

dev
Laurent 7 years ago
parent 01c7dcf183
commit 8f8e3e461a
  1. 3
      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

Loading…
Cancel
Save