`Enum.values` is planned to be deprecated and replaced with `Enum.entries` with https://github.com/Kotlin/KEEP/blob/master/proposals/enum-entries.md This will eventually impact the conversion method `createSealedEnumFromEnum`, which uses `Enum.values`