mirror of
https://github.com/recloudstream/cloudstream.git
synced 2025-05-17 03:05:56 +08:00
gradle: enable build and configuration cache (#1495)
This commit is contained in:
@ -21,6 +21,9 @@ android.useAndroidX=true
|
||||
kotlin.code.style=official
|
||||
android.nonTransitiveRClass=true
|
||||
|
||||
org.gradle.caching=true
|
||||
org.gradle.configuration-cache=true
|
||||
|
||||
# Dokka Gradle plugin V1 is deprecated, and will be removed in Dokka version 2.1.0
|
||||
org.jetbrains.dokka.experimental.gradle.pluginMode=V2Enabled
|
||||
org.jetbrains.dokka.experimental.gradle.pluginMode.noWarn=true
|
Reference in New Issue
Block a user