From c7e4e484479006ae5c37ba8c06402f07248c3493 Mon Sep 17 00:00:00 2001 From: Ilya Matveev Date: Tue, 31 Mar 2020 12:31:04 +0700 Subject: [PATCH] [Performance] Disable building platform libs by MPP plugin --- performance/gradle.properties | 3 +++ 1 file changed, 3 insertions(+) diff --git a/performance/gradle.properties b/performance/gradle.properties index 7e7cf32ebb2..ce27a88fbd4 100644 --- a/performance/gradle.properties +++ b/performance/gradle.properties @@ -16,3 +16,6 @@ artifactoryUrl = https://repo.labs.intellij.net artifactoryRepo = kotlin-native-benchmarks externalReports = coroutinesReport.txt externalBenchmarksReport = externalReport.json + +# Avoid building platform libraries by the MPP plugin. +kotlin.native.distribution.type=prebuilt \ No newline at end of file