We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enum.entries
Enum.values is planned to be deprecated and replaced with Enum.entries with https://github.com/Kotlin/KEEP/blob/master/proposals/enum-entries.md
Enum.values
This will eventually impact the conversion method createSealedEnumFromEnum, which uses Enum.values
createSealedEnumFromEnum
The text was updated successfully, but these errors were encountered:
alexvanyo
No branches or pull requests
Enum.values
is planned to be deprecated and replaced withEnum.entries
with https://github.com/Kotlin/KEEP/blob/master/proposals/enum-entries.mdThis will eventually impact the conversion method
createSealedEnumFromEnum
, which usesEnum.values
The text was updated successfully, but these errors were encountered: