From 641d518b6ec8e6bc1efc2f776f7210e0d525a4dc Mon Sep 17 00:00:00 2001 From: Pun Butrach Date: Mon, 22 Jul 2024 15:41:50 +0700 Subject: [PATCH] build: Enable Gradle Configuration Cache (#2059) --- gradle.properties | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index f19c7b9b29..1ee40ba56a 100644 --- a/gradle.properties +++ b/gradle.properties @@ -21,4 +21,5 @@ kotlin.code.style=official # resources declared in the library itself and none from the library's dependencies, # thereby reducing the size of the R class for that library android.nonTransitiveRClass=true -android.nonFinalResIds=false \ No newline at end of file +android.nonFinalResIds=false +org.gradle.configuration-cache=true