Skip to content

Commit

Permalink
gradle: enable build and configuration cache (#1495)
Browse files Browse the repository at this point in the history
  • Loading branch information
Luna712 authored Jan 21, 2025
1 parent e8be266 commit e668bd0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit e668bd0

Please sign in to comment.