What are the odds that inline classes could be dropped from kotlin in a future release? In other words: It is safe to build a library using inline classes? Clearly, I don't mind the API changes that may come down the road nor its experimental status as of now, I'm just curious about the future of this feature in general.
d
Dominaezzz
01/10/2021, 2:20 PM
I think worse case scenario it's dropped for project Valhalla.
r
Ruckus
01/10/2021, 4:31 PM
That would only cover the JVM
m
Marc Knaup
01/11/2021, 2:49 PM
@elizarov
e
elizarov
01/11/2021, 2:51 PM
We plan to stabilize inline classes in Kotlin 1.5 in a way that will make it possible to keep them for library authors even after Project Valhalla is released and becomes widely adopted.
🎉 7
👍 1
h
holgerbrandl
01/12/2021, 10:11 AM
Thanks @elizarov for the roadmap info and clarification.