feat: make cloudstream compilation and builds fast! using gradle configuration cache (#959)

This commit is contained in:
IndusAryan 2024-03-08 06:26:31 +05:30 committed by GitHub
parent e3999d6e9a
commit 21b341e12f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 11 additions and 5 deletions

View file

@ -20,4 +20,5 @@ android.useAndroidX=true
# Kotlin code style for this project: "official" or "obsolete":
kotlin.code.style=official
android.nonTransitiveRClass=false
android.nonFinalResIds=false
android.nonFinalResIds=false
org.gradle.configuration-cache=true