gradle: Enable configuration cache as suggested by AS

Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
This commit is contained in:
Aayush Gupta
2025-03-27 12:11:55 +08:00
parent e8d64339a7
commit 745d603de9

View File

@@ -37,5 +37,7 @@ android.useAndroidX=true
# Kotlin code style for this project: "official" or "obsolete":
kotlin.code.style=official
# Disable new R8 mode
# https://r8.googlesource.com/r8/+/refs/heads/master/compatibility-faq.md#r8-full-mode
android.enableR8.fullMode=false
# https://docs.gradle.org/current/userguide/configuration_cache.html
org.gradle.configuration-cache=true