diff --git a/settings.gradle b/settings.gradle index 09a5834d783..860ba643b7a 100644 --- a/settings.gradle +++ b/settings.gradle @@ -31,21 +31,19 @@ include ':backend.native:tests' include ':backend.native:debugger-tests' include ':utilities' -if (hasProperty("konan.home") || hasProperty("org.jetbrains.kotlin.native.home")) { - include ':performance' - include ':performance:ring' - include ':performance:cinterop' - include ':performance:helloworld' - include ':performance:numerical' - include ':performance:videoplayer' - include ':performance:framework' - if (System.getProperty("os.name") == "Mac OS X") { - include ':performance:objcinterop' - include ':performance:swiftinterop' - if (hasProperty("runExcludedBenchmarks")) { - include ':performance:KotlinVsSwift' - include ':performance:KotlinVsSwift:ring' - } +include ':performance' +include ':performance:ring' +include ':performance:cinterop' +include ':performance:helloworld' +include ':performance:numerical' +include ':performance:videoplayer' +include ':performance:framework' +if (System.getProperty("os.name") == "Mac OS X") { + include ':performance:objcinterop' + include ':performance:swiftinterop' + if (hasProperty("runExcludedBenchmarks")) { + include ':performance:KotlinVsSwift' + include ':performance:KotlinVsSwift:ring' } }