File tree Expand file tree Collapse file tree 7 files changed +7
-7
lines changed
main/src/kotlinx/benchmark/gradle Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 11buildscript {
22 dependencies {
3- classpath " org.jetbrains.kotlinx:kotlinx-benchmark-plugin:0.4.3 "
3+ classpath " org.jetbrains.kotlinx:kotlinx-benchmark-plugin:0.4.4 "
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.7.0"
12- id(" org.jetbrains.kotlinx.benchmark" ) version " 0.4.3 "
12+ id(" org.jetbrains.kotlinx.benchmark" ) version " 0.4.4 "
1313}
1414
1515sourceSets.all {
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ import org.jetbrains.kotlin.konan.target.KonanTarget
44plugins {
55 id ' org.jetbrains.kotlin.multiplatform'
66 id ' org.jetbrains.kotlin.plugin.allopen' version " 1.7.0"
7- id ' org.jetbrains.kotlinx.benchmark' version " 0.4.3 "
7+ id ' org.jetbrains.kotlinx.benchmark' version " 0.4.4 "
88}
99
1010// 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.7.0"
5- id ' org.jetbrains.kotlinx.benchmark' version ' 0.4.3 '
5+ id ' org.jetbrains.kotlinx.benchmark' version ' 0.4.4 '
66}
77
88
Original file line number Diff line number Diff line change 11group =org.jetbrains.kotlinx
2- version =0.4.3
2+ version =0.4.4
33
44kotlin_version =1.7.0
55jmhVersion =1.21
Original file line number Diff line number Diff line change 11group =org.jetbrains.kotlinx
2- version =0.4.3
2+ version =0.4.4
33
44kotlin_version =1.7.0
55jmhVersion =1.21
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ import org.jetbrains.kotlin.gradle.plugin.*
88class BenchmarksPlugin : Plugin <Project > {
99 companion object {
1010 const val PLUGIN_ID = " org.jetbrains.kotlinx.benchmark"
11- const val PLUGIN_VERSION = " 0.4.3 "
11+ const val PLUGIN_VERSION = " 0.4.4 "
1212
1313 const val BENCHMARKS_TASK_GROUP = " benchmark"
1414 const val BENCHMARK_EXTENSION_NAME = " benchmark"
You can’t perform that action at this time.
0 commit comments