File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ import org.gradle.jvm.tasks.Jar
3
3
4
4
plugins {
5
5
id(" kotlin-multiplatform" )
6
- id(" kotlinx.benchmark" ) version " 0.2.0-dev-8 "
6
+ id(" kotlinx.benchmark" ) version " 0.2.0-dev-20 "
7
7
}
8
8
9
9
@@ -48,7 +48,7 @@ kotlin {
48
48
commonMain {
49
49
dependencies {
50
50
api(" org.jetbrains.kotlin:kotlin-stdlib-common" )
51
- api(" org.jetbrains.kotlinx:kotlinx.benchmark.runtime:0.2.0-dev-8 " )
51
+ api(" org.jetbrains.kotlinx:kotlinx.benchmark.runtime:0.2.0-dev-20 " )
52
52
api(project(" :kotlinx-collections-immutable" ))
53
53
}
54
54
}
Original file line number Diff line number Diff line change @@ -2,6 +2,7 @@ pluginManagement {
2
2
repositories {
3
3
maven { url ' https://dl.bintray.com/kotlin/kotlinx' }
4
4
maven { url ' https://dl.bintray.com/kotlin/kotlin-eap' }
5
+ maven { url ' https://dl.bintray.com/kotlin/kotlin-dev' }
5
6
gradlePluginPortal()
6
7
}
7
8
}
You can’t perform that action at this time.
0 commit comments