Skip to content

Commit cb37424

Browse files
terrakokTeamCityServer
authored andcommitted
Update K/N to "1.6.20-dev-5356".
1 parent a7fef48 commit cb37424

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ extra["versions.kotlinx-collections-immutable-jvm"] = immutablesVersion
147147
extra["versions.ktor-network"] = "1.0.1"
148148

149149
if (!project.hasProperty("versions.kotlin-native")) {
150-
extra["versions.kotlin-native"] = "1.6.20-dev-320"
150+
extra["versions.kotlin-native"] = "1.6.20-dev-5356"
151151
}
152152

153153
val useJvmFir by extra(project.kotlinBuildProperties.useFir)

libraries/tools/kotlin-gradle-plugin-integration-tests/src/test/kotlin/org/jetbrains/kotlin/gradle/native/NativeIrLinkerIssuesIT.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ class NativeIrLinkerIssuesIT : BaseGradleIT() {
3636
useCache = true
3737
) { kotlinNativeCompilerVersion ->
3838
"""
39-
|e: The symbol of unexpected type encountered during IR deserialization: IrClassPublicSymbolImpl, kotlinx.coroutines/CancellationException|null[0]. IrTypeAliasSymbol is expected.
39+
|e: The symbol of unexpected type encountered during IR deserialization: IrTypeAliasPublicSymbolImpl, kotlinx.coroutines/CancellationException|null[0]. IrClassifierSymbol is expected.
4040
|
4141
|This could happen if there are two libraries, where one library was compiled against the different version of the other library than the one currently used in the project. Please check that the project configuration is correct and has consistent versions of dependencies.
4242
|
@@ -175,7 +175,7 @@ class NativeIrLinkerIssuesIT : BaseGradleIT() {
175175
useCache = true
176176
) { kotlinNativeCompilerVersion ->
177177
"""
178-
|e: The symbol of unexpected type encountered during IR deserialization: IrClassPublicSymbolImpl, sample.liba/B|null[0]. IrTypeAliasSymbol is expected.
178+
|e: The symbol of unexpected type encountered during IR deserialization: IrTypeAliasPublicSymbolImpl, sample.liba/B|null[0]. IrClassifierSymbol is expected.
179179
|
180180
|This could happen if there are two libraries, where one library was compiled against the different version of the other library than the one currently used in the project. Please check that the project configuration is correct and has consistent versions of dependencies.
181181
|

0 commit comments

Comments
 (0)