From bb57073b31b800011cc4a12889d0e03f9d08e95e Mon Sep 17 00:00:00 2001 From: Kirill Kamakin Date: Sat, 28 May 2022 11:15:30 +0200 Subject: [PATCH] Enable Gradle build cache --- gradle.properties | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 1dc1822..aa695b6 100644 --- a/gradle.properties +++ b/gradle.properties @@ -18,4 +18,5 @@ android.useAndroidX=true # Automatically convert third-party libraries to use AndroidX android.enableJetifier=true # Kotlin code style for this project: "official" or "obsolete": -kotlin.code.style=official \ No newline at end of file +kotlin.code.style=official +org.gradle.caching=true \ No newline at end of file