Bump Kotlin/Native version to 1.9.0-dev-5836

Also, fix KGP IT for linkage error messages:
the message text in the presence of compiler caches was changed because
of ab89203, and this commit effectively reverts expected message changes
made in ebaa09a.
This commit is contained in:
Svyatoslav Scherbina
2023-04-17 15:06:17 +02:00
committed by Space Team
parent f06087d5d3
commit f559533545
2 changed files with 7 additions and 11 deletions
+1 -1
View File
@@ -101,7 +101,7 @@ IdeVersionConfigurator.setCurrentIde(project)
if (!project.hasProperty("versions.kotlin-native")) {
// BEWARE! Bumping this version doesn't take an immediate effect on TeamCity: KTI-1107
extra["versions.kotlin-native"] = "1.9.0-dev-4844"
extra["versions.kotlin-native"] = "1.9.0-dev-5836"
}
val irCompilerModules = arrayOf(
@@ -136,11 +136,9 @@ class NativeIrLinkerIssuesIT : BaseGradleIT() {
|Project dependencies:
|+--- org.sample:liba (org.sample:liba-native): 2.0
|| \--- stdlib: $kotlinNativeCompilerVersion
|+--- org.sample:libb (org.sample:libb-native): 1.0
|| ^^^ This module requires symbol sample.liba/C|null[0].
|| +--- org.sample:liba (org.sample:liba-native): 1.0 -> 2.0 (*)
|| \--- stdlib: $kotlinNativeCompilerVersion
|\--- org.jetbrains.kotlin.native.platform.* (NNN libraries): $kotlinNativeCompilerVersion
|\--- org.sample:libb (org.sample:libb-native): 1.0
| ^^^ This module requires symbol sample.liba/C|null[0].
| +--- org.sample:liba (org.sample:liba-native): 1.0 -> 2.0 (*)
| \--- stdlib: $kotlinNativeCompilerVersion
|
|(*) - dependencies omitted (listed previously)
@@ -198,11 +196,9 @@ class NativeIrLinkerIssuesIT : BaseGradleIT() {
|+--- org.sample:liba (org.sample:liba-native): 2.0
|| ^^^ This module contains symbol sample.liba/B|null[0] that is the cause of the conflict.
|| \--- stdlib: $kotlinNativeCompilerVersion
|+--- org.sample:libb (org.sample:libb-native): 1.0
|| +--- org.sample:liba (org.sample:liba-native): 1.0 -> 2.0 (*)
|| | ^^^ This module contains symbol sample.liba/B|null[0] that is the cause of the conflict.
|| \--- stdlib: $kotlinNativeCompilerVersion
|\--- org.jetbrains.kotlin.native.platform.* (NNN libraries): $kotlinNativeCompilerVersion
|\--- org.sample:libb (org.sample:libb-native): 1.0
| +--- org.sample:liba (org.sample:liba-native): 1.0 -> 2.0 (*)
| | ^^^ This module contains symbol sample.liba/B|null[0] that is the cause of the conflict.
| \--- stdlib: $kotlinNativeCompilerVersion
|
|(*) - dependencies omitted (listed previously)