mirror of
https://github.com/recloudstream/cloudstream.git
synced 2024-08-15 01:53:11 +00:00
feat: make cloudstream compilation and builds fast! using gradle configuration cache (#959)
This commit is contained in:
parent
e3999d6e9a
commit
21b341e12f
2 changed files with 11 additions and 5 deletions
|
@ -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
|
Loading…
Add table
Add a link
Reference in a new issue