What are the odds that inline classes could be dro...
# stdlib
h
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
I think worse case scenario it's dropped for project Valhalla.
r
That would only cover the JVM
m
@elizarov
e
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
Thanks @elizarov for the roadmap info and clarification.