File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ import org.jetbrains.kotlin.gradle.tasks.*
88plugins {
99 java
1010 kotlin(" jvm" )
11- kotlin(" plugin.allopen" ) version " 1.7.0 "
11+ kotlin(" plugin.allopen" ) version " 1.7.20 "
1212 id(" org.jetbrains.kotlinx.benchmark" ) version " 0.4.5"
1313}
1414
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 "
6+ id ' org.jetbrains.kotlin.plugin.allopen' version " 1.7.20 "
77 id ' org.jetbrains.kotlinx.benchmark' version " 0.4.5"
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 "
4+ id ' org.jetbrains.kotlin.plugin.allopen' version " 1.7.20 "
55 id ' org.jetbrains.kotlinx.benchmark' version ' 0.4.5'
66}
77
Original file line number Diff line number Diff line change 11group =org.jetbrains.kotlinx
22version =0.4.5
33
4- kotlin_version =1.7.20-Beta
4+ kotlin_version =1.7.20
55jmhVersion =1.21
66infra_version =0.3.0-dev-73
77
Original file line number Diff line number Diff line change 11group =org.jetbrains.kotlinx
22version =0.4.5
33
4- kotlin_version =1.7.20-Beta
4+ kotlin_version =1.7.20
55jmhVersion =1.21
66infra_version =0.3.0-dev-73
77
You can’t perform that action at this time.
0 commit comments