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
33
44plugins {
55 id(" kotlin-multiplatform" )
6- id(" kotlinx.benchmark" ) version " 0.2.0-dev-8 "
6+ id(" kotlinx.benchmark" ) version " 0.2.0-dev-20 "
77}
88
99
@@ -48,7 +48,7 @@ kotlin {
4848 commonMain {
4949 dependencies {
5050 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 " )
5252 api(project(" :kotlinx-collections-immutable" ))
5353 }
5454 }
Original file line number Diff line number Diff line change @@ -2,6 +2,7 @@ pluginManagement {
22 repositories {
33 maven { url ' https://dl.bintray.com/kotlin/kotlinx' }
44 maven { url ' https://dl.bintray.com/kotlin/kotlin-eap' }
5+ maven { url ' https://dl.bintray.com/kotlin/kotlin-dev' }
56 gradlePluginPortal()
67 }
78}
You can’t perform that action at this time.
0 commit comments