diff --git a/gradle.properties b/gradle.properties index 9efef2e303..80d525834c 100644 --- a/gradle.properties +++ b/gradle.properties @@ -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 \ No newline at end of file