From 60f3796141250b9669de629d9d9119011f0e0d48 Mon Sep 17 00:00:00 2001 From: Luna712 <142361265+Luna712@users.noreply.github.com> Date: Fri, 17 Jan 2025 15:17:30 -0700 Subject: [PATCH] gradle: enable build and configuration cache --- gradle.properties | 3 +++ 1 file changed, 3 insertions(+) diff --git a/gradle.properties b/gradle.properties index 9efef2e303..80d525834c 100644 --- a/gradle.properties +++ b/gradle.properties @@ -21,6 +21,9 @@ android.useAndroidX=true kotlin.code.style=official android.nonTransitiveRClass=true +org.gradle.caching=true +org.gradle.configuration-cache=true + # Dokka Gradle plugin V1 is deprecated, and will be removed in Dokka version 2.1.0 org.jetbrains.dokka.experimental.gradle.pluginMode=V2Enabled org.jetbrains.dokka.experimental.gradle.pluginMode.noWarn=true \ No newline at end of file