[performance] performace includes kotlinx.cli compositelly

This commit is contained in:
Vasily Levchenko
2021-03-09 05:12:48 +01:00
committed by Space
parent 8f97ba97f2
commit ba3f27b5ce
2 changed files with 33 additions and 11 deletions
@@ -20,3 +20,7 @@ if (System.getProperty("os.name") == "Mac OS X") {
}
includeBuild '../tools/benchmarksAnalyzer'
if (hasProperty("kotlin_dist")) {
include(":endorsedLibraries:kotlinx.cli")
project(":endorsedLibraries:kotlinx.cli").projectDir = file("../endorsedLibraries/kotlinx.cli")
}