Kotlin/Native Memory Management Update
TL;DR: The original Kotlin/Native memory management approach was very easy to implement, but it created a host of problems for developers trying to share their Kotlin code between different platforms. Back in 2020, we published our plan to rework the approach to memory management in Kotlin/Native. The original blog post describes the history that brought [โฆ]