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.*
4
4
import org.jetbrains.kotlin.allopen.gradle.*
5
5
import org.jetbrains.kotlin.gradle.tasks.*
6
6
7
+
7
8
plugins {
8
9
java
9
10
kotlin(" jvm" )
10
- kotlin(" plugin.allopen" ) version " 1.7.0-dev-2601 "
11
+ kotlin(" plugin.allopen" ) version " 1.7.0-dev-3190 "
11
12
id(" org.jetbrains.kotlinx.benchmark" ) version " 0.4.2"
12
13
}
13
14
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ import org.jetbrains.kotlin.konan.target.KonanTarget
3
3
4
4
plugins {
5
5
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 "
7
7
id ' org.jetbrains.kotlinx.benchmark' version " 0.4.2"
8
8
}
9
9
Original file line number Diff line number Diff line change 1
1
plugins {
2
2
id ' java'
3
3
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 "
5
5
id ' org.jetbrains.kotlinx.benchmark' version ' 0.4.2'
6
6
}
7
7
Original file line number Diff line number Diff line change 1
1
group =org.jetbrains.kotlinx
2
2
version =0.4.2
3
3
4
- kotlin_version =1.7.0-dev-2601
4
+ kotlin_version =1.7.0-dev-3190
5
5
jmhVersion =1.21
6
6
infra_version =0.3.0-dev-64
7
7
Original file line number Diff line number Diff line change 1
1
group =org.jetbrains.kotlinx
2
2
version =0.4.2
3
3
4
- kotlin_version =1.7.0-dev-2601
4
+ kotlin_version =1.7.0-dev-3190
5
5
jmhVersion =1.21
6
6
infra_version =0.3.0-dev-64
7
7
You can’t perform that action at this time.
0 commit comments