mike.holler
02/02/2023, 3:49 PMThe main Kotlin project has changed how locally embedded C-like code is included in libraries. Use this project if you'd like, but outside of private projects we won't really be supporting it much.And was wondering what the alternative is. Where should we be looking? It appears to work in Kotlin 1.8, but we're having test failures in native wrapper code that didn't previously fail pre-updated. I am unsure of whether the issue is caused by Kotlin native changes or cklib's compatibility with 1.8.
russhwolf
02/07/2023, 8:28 PMmike.holler
02/07/2023, 8:30 PMkpgalligan
02/08/2023, 1:00 AMmike.holler
02/08/2023, 1:19 AMflatcc
) in a common interface and the tests no longer pass on native. The switch is as clear as day due to 1.7.10
--> 1.7.20
. We're already on the experimental
memory model in 1.7.10
so the change to 1.7.20
shouldn't have done anything big. And yetmacosArm64
and linuxX64
and haven't tried other platforms.