Skip to content

Commit

Permalink
update: Gradle configuration cache support now stable
Browse files Browse the repository at this point in the history
  • Loading branch information
sarahhaggarty committed Jul 24, 2023
1 parent 0488524 commit 56a1591
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions docs/topics/gradle/gradle-compilation-and-caches.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,10 +144,7 @@ To disable caching for all Kotlin tasks, set the system property `kotlin.caching

## Gradle configuration cache support

> Gradle configuration cache support has some constraints:
> * The configuration cache is available in Gradle 6.5 and later as an experimental feature.
> You can check the [Gradle releases page](https://gradle.org/releases/) to see whether it has been promoted to stable.
> * The feature is supported only by the following Gradle plugins:
> The Gradle configuration cache is supported only by the following Gradle plugins:
> * `org.jetbrains.kotlin.jvm`
> * `org.jetbrains.kotlin.js`
> * `org.jetbrains.kotlin.android`
Expand Down

0 comments on commit 56a1591

Please sign in to comment.