File tree Expand file tree Collapse file tree 5 files changed +6
-5
lines changed Expand file tree Collapse file tree 5 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -4,10 +4,11 @@ import kotlinx.benchmark.gradle.*
44import org.jetbrains.kotlin.allopen.gradle.*
55import org.jetbrains.kotlin.gradle.tasks.*
66
7+
78plugins {
89 java
910 kotlin(" jvm" )
10- kotlin(" plugin.allopen" ) version " 1.7.0-dev-2601 "
11+ kotlin(" plugin.allopen" ) version " 1.7.0-dev-3190 "
1112 id(" org.jetbrains.kotlinx.benchmark" ) version " 0.4.2"
1213}
1314
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ import org.jetbrains.kotlin.konan.target.KonanTarget
33
44plugins {
55 id ' org.jetbrains.kotlin.multiplatform'
6- id ' org.jetbrains.kotlin.plugin.allopen' version " 1.7.0-dev-2601 "
6+ id ' org.jetbrains.kotlin.plugin.allopen' version " 1.7.0-dev-3190 "
77 id ' org.jetbrains.kotlinx.benchmark' version " 0.4.2"
88}
99
Original file line number Diff line number Diff line change 11plugins {
22 id ' java'
33 id ' org.jetbrains.kotlin.jvm'
4- id ' org.jetbrains.kotlin.plugin.allopen' version " 1.7.0-dev-2601 "
4+ id ' org.jetbrains.kotlin.plugin.allopen' version " 1.7.0-dev-3190 "
55 id ' org.jetbrains.kotlinx.benchmark' version ' 0.4.2'
66}
77
Original file line number Diff line number Diff line change 11group =org.jetbrains.kotlinx
22version =0.4.2
33
4- kotlin_version =1.7.0-dev-2601
4+ kotlin_version =1.7.0-dev-3190
55jmhVersion =1.21
66infra_version =0.3.0-dev-64
77
Original file line number Diff line number Diff line change 11group =org.jetbrains.kotlinx
22version =0.4.2
33
4- kotlin_version =1.7.0-dev-2601
4+ kotlin_version =1.7.0-dev-3190
55jmhVersion =1.21
66infra_version =0.3.0-dev-64
77
You can’t perform that action at this time.
0 commit comments