From 56a15912a98be7eb7dc6d15e8793546d9c794682 Mon Sep 17 00:00:00 2001 From: Sarah Haggarty Date: Mon, 24 Jul 2023 09:55:16 +0100 Subject: [PATCH] update: Gradle configuration cache support now stable --- docs/topics/gradle/gradle-compilation-and-caches.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/docs/topics/gradle/gradle-compilation-and-caches.md b/docs/topics/gradle/gradle-compilation-and-caches.md index 78e6758bd8a..ca0a9a2eccf 100644 --- a/docs/topics/gradle/gradle-compilation-and-caches.md +++ b/docs/topics/gradle/gradle-compilation-and-caches.md @@ -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`