Not sure if here is the better place to ask, I not...
# stdlib
z
Not sure if here is the better place to ask, I noticed that the EnumEntries KEEP mentions adding a reified
enumEntries()
function to the stdlib, but it appears this didn't actually ship in 1.9.0 and curious if that was intentional or an accident. Happy to file a bug if it's missing https://github.com/Kotlin/KEEP/issues/283#issuecomment-1670803079
👀 1
d
I believe the method is present as the read-only
entries
property instead.
z
No I’m referring to a reified function. Got a response already clarifying they’re adding it in 1.9.20