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:
@@ -1,8 +1,8 @@
|
|||||||
import kotlinx.benchmark.gradle.benchmark
|
import kotlinx.benchmark.gradle.benchmark
|
||||||
|
|
||||||
val benchmarks_version = "0.2.0-dev-4"
|
val benchmarks_version = "0.2.0-dev-7"
|
||||||
buildscript {
|
buildscript {
|
||||||
val benchmarks_version = "0.2.0-dev-4"
|
val benchmarks_version = "0.2.0-dev-7"
|
||||||
|
|
||||||
repositories {
|
repositories {
|
||||||
val cacheRedirectorEnabled = findProperty("cacheRedirectorEnabled")?.toString()?.toBoolean() == true
|
val cacheRedirectorEnabled = findProperty("cacheRedirectorEnabled")?.toString()?.toBoolean() == true
|
||||||
|
|||||||
Reference in New Issue
Block a user