diff --git a/tools/benchmarksAnalyzer/gradle.properties b/tools/benchmarksAnalyzer/gradle.properties index ce9f3981d6a..379330ea8f7 100644 --- a/tools/benchmarksAnalyzer/gradle.properties +++ b/tools/benchmarksAnalyzer/gradle.properties @@ -1,2 +1,4 @@ org.jetbrains.kotlin.native.home=../../dist -org.gradle.jvmargs=-Xmx2048m \ No newline at end of file +org.gradle.jvmargs=-Xmx2048m +# Avoid building platform libraries by the MPP plugin. +kotlin.native.distribution.type=prebuilt \ No newline at end of file