From d7bbdce1c08134ab3d09be5cf211424f11eda53c Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Wed, 17 Nov 2021 16:27:19 +0530 Subject: [PATCH] Turn off configuration cache (#1543) --- gradle.properties | 3 --- 1 file changed, 3 deletions(-) diff --git a/gradle.properties b/gradle.properties index 4c8416e5..c572550f 100644 --- a/gradle.properties +++ b/gradle.properties @@ -9,9 +9,6 @@ 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