We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21c83ee commit ea2787dCopy full SHA for ea2787d
benchmarks/build.gradle.kts
@@ -3,7 +3,7 @@ import org.gradle.jvm.tasks.Jar
3
4
plugins {
5
id("kotlin-multiplatform")
6
- id("org.jetbrains.kotlinx.benchmark") version "0.4.8"
+ id("org.jetbrains.kotlinx.benchmark") version "0.4.9"
7
}
8
9
@@ -38,7 +38,7 @@ kotlin {
38
sourceSets {
39
commonMain {
40
dependencies {
41
- implementation("org.jetbrains.kotlinx:kotlinx-benchmark-runtime:0.4.8")
+ implementation("org.jetbrains.kotlinx:kotlinx-benchmark-runtime:0.4.9")
42
implementation(project(":kotlinx-collections-immutable"))
43
44
0 commit comments