From b8af589137f8f390a08561e2af0063ed868de41b Mon Sep 17 00:00:00 2001 From: Elena Lepilkina Date: Tue, 18 Jan 2022 16:16:07 +0300 Subject: [PATCH] [K/N][perf] Added workaround to build benchmarks analyzer artifacts --- kotlin-native/tools/benchmarksAnalyzer/gradle.properties | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/kotlin-native/tools/benchmarksAnalyzer/gradle.properties b/kotlin-native/tools/benchmarksAnalyzer/gradle.properties index c4f81d7e4d0..1583bed1a09 100644 --- a/kotlin-native/tools/benchmarksAnalyzer/gradle.properties +++ b/kotlin-native/tools/benchmarksAnalyzer/gradle.properties @@ -1,4 +1,5 @@ kotlin.native.home=../../dist org.gradle.jvmargs=-Xmx2048m -# Avoid building platform libraries by the MPP plugin. -kotlin.native.distribution.type=prebuilt \ No newline at end of file + +# Workaround for KT-50847 +kotlin.mpp.hierarchicalStructureSupport=false \ No newline at end of file