From 6e2c35edf5678a0c4dff5fd32ca6a056504c29ef Mon Sep 17 00:00:00 2001 From: Sergey Bogolepov Date: Fri, 1 Oct 2021 18:59:29 +0700 Subject: [PATCH] [K/N] Update list of optInCacheableTargets Caches for iosArm64 and linuxX64 are promoted to stable since 1.6.0-M1. --- kotlin-native/konan/konan.properties | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/kotlin-native/konan/konan.properties b/kotlin-native/konan/konan.properties index f1cd4cc4c51..ea3dab2a388 100644 --- a/kotlin-native/konan/konan.properties +++ b/kotlin-native/konan/konan.properties @@ -95,10 +95,7 @@ cacheableTargets.macos_arm64 = \ # Targets that support compiler caches, but these caches # are not considered stable enough to be turned on by default. -# TODO: Not used by Gradle plugin yet. Tracking issue: https://youtrack.jetbrains.com/issue/KT-47529 -optInCacheableTargets = \ - ios_arm64 \ - linux_x64 +optInCacheableTargets = # Mac OS X. # Can be an absolute path instead of predefined value.