From 31859f8bfb94bdc7ab694e8870c4b0a4cc01d901 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B9=80=EB=8F=99=ED=98=84?= Date: Mon, 10 Jul 2023 21:59:26 +0900 Subject: [PATCH] =?UTF-8?q?build:=20gradle=20cache=20=EC=84=A4=EC=A0=95=20?= =?UTF-8?q?(#162)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- gradle.properties | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 1a982b5..996b715 100644 --- a/gradle.properties +++ b/gradle.properties @@ -21,4 +21,5 @@ kotlin.code.style=official # Enables namespacing of each library's R class so that its R class includes only the # 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 \ No newline at end of file +android.nonTransitiveRClass=true +org.gradle.unsafe.configuration-cache=true \ No newline at end of file