LV 2.0: fix Native Gradle integration test data

This commit is contained in:
Mikhail Glukhikh
2023-09-18 11:16:00 +02:00
committed by Space Team
parent 232bbda076
commit 02961b7712
@@ -249,7 +249,7 @@ internal class NativeIrLinkerIssuesIT : KGPBaseTest() {
localRepo = tempDir
) { kotlinNativeCompilerVersion ->
"""
e: The symbol of unexpected type encountered during IR deserialization: IrTypeAliasPublicSymbolImpl, sample.liba/B|null[0]. IrClassifierSymbol is expected.
e: The symbol of unexpected type encountered during IR deserialization: IrClassPublicSymbolImpl, sample.liba/B|null[0]. IrTypeAliasSymbol is expected.
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.
@@ -365,4 +365,4 @@ internal class NativeIrLinkerIssuesIT : KGPBaseTest() {
output
)
}
}
}