From bc41309c315a2fc65bc99096bcd52869b51d3603 Mon Sep 17 00:00:00 2001 From: Svyatoslav Scherbina Date: Thu, 2 Nov 2023 13:44:12 +0100 Subject: [PATCH] Revert "Native: enable K2 for benchmarks in performance/" This workaround is not needed anymore -- bootstrap KGP is now K2. This reverts commit 4672727bd67e8a18a08334bdc6817fb9cb7514a2. --- kotlin-native/performance/gradle.properties | 4 ---- 1 file changed, 4 deletions(-) diff --git a/kotlin-native/performance/gradle.properties b/kotlin-native/performance/gradle.properties index 20bdd0e6050..ed1877a4ab1 100644 --- a/kotlin-native/performance/gradle.properties +++ b/kotlin-native/performance/gradle.properties @@ -18,9 +18,5 @@ artifactoryRepo = kotlin-native-benchmarks externalReports = coroutinesReport.txt externalBenchmarksReport = externalReport.json -# This can be reverted once bootstrap is updated to 2.0.0: -kotlin.experimental.tryK2=true -# See commit message for more details. - # Avoid building platform libraries by the MPP plugin. kotlin.native.distribution.type=prebuilt \ No newline at end of file