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
+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