`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`
Enum.valuesis planned to be deprecated and replaced withEnum.entrieswith https://github.com/Kotlin/KEEP/blob/master/proposals/enum-entries.mdThis will eventually impact the conversion method
createSealedEnumFromEnum, which usesEnum.values