https://kotlinlang.org logo
#kotlin-native
Title
# kotlin-native
l

Landry Norris

02/13/2023, 8:06 PM
Is there currently a plan on when the Kotlin/Native runtime will be stabilized? I’d like to start a project that integrates with the Kotlin/Native runtime at the lowest level. I started it in Kotlin 1.5.10, but a lot changed very quickly, and it got to be too much work when a new Kotlin release came out. This will be a toy project, not a production library, so I really just need to wait until the runtime won’t see a lot of major changes as quickly.
b

Big Chungus

02/13/2023, 8:43 PM
My guess would be kotlin 2.0 (the release after 1.9) since it's supposed to switch to k2 compiler
l

Landry Norris

02/13/2023, 8:44 PM
That would be my hope too. With the new allocator, not sure if it’ll be fully stabilized by then. My project shouldn’t strictly be affected by swapping out the allocator, though.
b

Big Chungus

02/13/2023, 8:46 PM
I wouldn't expect full stable release, but the public api should change a lot less frequently from 2.0 as there's been hints of compiler plugin api release as well
6 Views