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