Skip to content
New issue

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

Parse String to UUID #1006

Open
Jolanrensen opened this issue Dec 19, 2024 · 0 comments
Open

Parse String to UUID #1006

Jolanrensen opened this issue Dec 19, 2024 · 0 comments
Labels
enhancement New feature or request
Milestone

Comments

@Jolanrensen
Copy link
Collaborator

UUIDs are now part of common Kotlin: https://kotlinlang.org/api/core/kotlin-stdlib/kotlin.uuid/.

We should be able to add this to our .parse() function if we can parse UUIDs like UUID.parseOrNull().

@Jolanrensen Jolanrensen added the enhancement New feature or request label Dec 19, 2024
@Jolanrensen Jolanrensen added this to the Backlog milestone Dec 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant