File tree Expand file tree Collapse file tree 6 files changed +7
-6
lines changed
main/src/kotlinx/benchmark/gradle Expand file tree Collapse file tree 6 files changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ import org.jetbrains.kotlin.gradle.tasks.*
7
7
plugins {
8
8
java
9
9
kotlin(" jvm" )
10
- kotlin(" plugin.allopen" ) version " 1.6.20 -dev-5432 "
10
+ kotlin(" plugin.allopen" ) version " 1.7.0 -dev-2601 "
11
11
id(" org.jetbrains.kotlinx.benchmark" ) version " 0.4.2"
12
12
}
13
13
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.6.20 -dev-5432 "
6
+ id ' org.jetbrains.kotlin.plugin.allopen' version " 1.7.0 -dev-2601 "
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.6.20 -dev-5432 "
4
+ id ' org.jetbrains.kotlin.plugin.allopen' version " 1.7.0 -dev-2601 "
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.6.20 -dev-5432
4
+ kotlin_version =1.7.0 -dev-2601
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.6.20 -dev-5432
4
+ kotlin_version =1.7.0 -dev-2601
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 @@ -49,7 +49,8 @@ internal fun KlibResolver.createModuleDescriptor(
49
49
LanguageVersionSettingsImpl .DEFAULT ,
50
50
emptySet(),
51
51
emptySet(),
52
- emptyList()
52
+ emptyList(),
53
+ isForMetadataCompilation = false
53
54
)
54
55
55
56
val dependenciesDescriptors = dependenciesResolved.resolvedDescriptors
You can’t perform that action at this time.
0 commit comments