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 ofab89203, and this commit effectively reverts expected message changes made inebaa09a.
This commit is contained in:
committed by
Space Team
parent
f06087d5d3
commit
f559533545
+1
-1
@@ -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(
|
||||
|
||||
+6
-10
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user