gradle: enable build and configuration cache (#1495)

This commit is contained in:
Luna712
2025-01-21 16:38:44 -07:00
committed by GitHub
parent e8be266a21
commit e668bd0830

View File

@ -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