Enable Gradle build cache

This commit is contained in:
Kirill Kamakin
2022-05-28 11:15:30 +02:00
parent dcbf766213
commit bb57073b31

View File

@@ -18,4 +18,5 @@ android.useAndroidX=true
# Automatically convert third-party libraries to use AndroidX
android.enableJetifier=true
# Kotlin code style for this project: "official" or "obsolete":
kotlin.code.style=official
kotlin.code.style=official
org.gradle.caching=true