File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11buildscript {
22 dependencies {
3- classpath " org.jetbrains.kotlinx:kotlinx-benchmark-plugin:0.5.0-SNAPSHOT "
3+ classpath " org.jetbrains.kotlinx:kotlinx-benchmark-plugin"
44 }
55}
66
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ plugins {
99 java
1010 kotlin(" jvm" )
1111 kotlin(" plugin.allopen" ) version " 1.8.21"
12- id(" org.jetbrains.kotlinx.benchmark" ) version " 0.5.0-SNAPSHOT "
12+ id(" org.jetbrains.kotlinx.benchmark" )
1313}
1414
1515sourceSets.all {
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ import kotlinx.benchmark.gradle.JsBenchmarksExecutor
55plugins {
66 id ' org.jetbrains.kotlin.multiplatform'
77 id ' org.jetbrains.kotlin.plugin.allopen' version " 1.8.21"
8- id ' org.jetbrains.kotlinx.benchmark' version " 0.5.0-SNAPSHOT "
8+ id ' org.jetbrains.kotlinx.benchmark'
99}
1010
1111// how to apply plugin to a specific source set?
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ plugins {
22 id ' java'
33 id ' org.jetbrains.kotlin.jvm'
44 id ' org.jetbrains.kotlin.plugin.allopen' version " 1.8.21"
5- id ' org.jetbrains.kotlinx.benchmark' version ' 0.5.0-SNAPSHOT '
5+ id ' org.jetbrains.kotlinx.benchmark'
66}
77
88
You can’t perform that action at this time.
0 commit comments