[Build] Bump kotlinx-benchmark version to 0.3.1

kotlinx-benchmark Gradle plugin 0.3.1 now reads system property `idea.active` in compatible with configuration cache way
#KT-44611 In Progress
This commit is contained in:
Alexander Likhachev
2021-05-03 18:28:30 +03:00
parent cf00bc8243
commit 8a3a60caae
2 changed files with 17 additions and 14 deletions
+2 -2
View File
@@ -1,11 +1,11 @@
import kotlinx.benchmark.gradle.benchmark
val benchmarks_version = "0.3.0"
val benchmarks_version = "0.3.1"
plugins {
java
kotlin("jvm")
id("org.jetbrains.kotlinx.benchmark") version "0.3.0"
id("org.jetbrains.kotlinx.benchmark") version "0.3.1"
}
dependencies {