From c9992a64fc2ab1f137b08709b8090fab33fc5cf8 Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Thu, 17 Feb 2022 10:13:04 +0530 Subject: Turn on Configuration Cache (#1733) --- gradle.properties | 3 +++ 1 file changed, 3 insertions(+) (limited to 'gradle.properties') diff --git a/gradle.properties b/gradle.properties index 098f11b6..c79df6c4 100644 --- a/gradle.properties +++ b/gradle.properties @@ -9,6 +9,9 @@ org.gradle.caching=true # Enable filesystem watching org.gradle.vfs.watch=true +# Enable experimental configuration caching +org.gradle.unsafe.configuration-cache=true + # Enable Kotlin incremental compilation kotlin.incremental=true -- cgit v1.2.3