Fix 'Project#afterEvaluate(Action) <...> cannot be executed' on IDE test run

Update kotlinx.benchmark to 0.2.0-dev-7 which contains the fix for
https://github.com/Kotlin/kotlinx-benchmark/issues/13
This commit is contained in:
Sergey Igushkin
2019-12-03 23:56:58 +03:00
parent edfd933348
commit a22a60118c
+2 -2
View File
@@ -1,8 +1,8 @@
import kotlinx.benchmark.gradle.benchmark
val benchmarks_version = "0.2.0-dev-4"
val benchmarks_version = "0.2.0-dev-7"
buildscript {
val benchmarks_version = "0.2.0-dev-4"
val benchmarks_version = "0.2.0-dev-7"
repositories {
val cacheRedirectorEnabled = findProperty("cacheRedirectorEnabled")?.toString()?.toBoolean() == true