Fix build of benchmarks module

Fix after 998a65d1cb
This commit is contained in:
Nikolay Krasko
2021-03-27 01:00:01 +03:00
committed by TeamCityServer
parent 0d9991ebcd
commit c680ee8525
2 changed files with 13 additions and 1 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ dependencies {
compile(jpsStandalone()) { includeJars("jps-model") }
compile(intellijPluginDep("java"))
compile(intellijDep()) { includeIntellijCoreJarDependencies(project) }
compile("org.jetbrains.kotlinx:kotlinx.benchmark.runtime-jvm:$benchmarks_version")
compile("org.jetbrains.kotlinx:kotlinx-benchmark-runtime:$benchmarks_version")
}
sourceSets {