mirror of
https://github.com/whyorean/AuroraStore.git
synced 2026-01-21 12:29:58 -05:00
gradle: Enable configuration cache as suggested by AS
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user