mbonnin
08/04/2022, 12:47 PMIncompatible abi version
)
1. is that true?
2. could we allow consumption with 1.6 by adding languageVersion = "1.6"
when compiling? Looks like this works for JVM but not for native?Jeff Lockhart
08/04/2022, 2:03 PMkotlin.mpp.enableCompatibilityMetadataVariant=true
takes care of. See docs here.ephemient
08/04/2022, 2:05 PMmbonnin
08/04/2022, 2:05 PMenableCompatibilityMetadataVariant
to be more about the metadata than the abi but I'll investigateephemient
08/04/2022, 2:06 PMmbonnin
08/04/2022, 2:07 PMrusshwolf
08/04/2022, 2:24 PMlanguageVersion
though. https://youtrack.jetbrains.com/issue/KT-42293mbonnin
08/04/2022, 2:25 PMlanguageVersion
but looks like native can'trusshwolf
08/04/2022, 2:27 PMmbonnin
08/04/2022, 2:27 PMrusshwolf
08/04/2022, 2:28 PMJeff Lockhart
08/04/2022, 3:25 PM