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

Heads-up: Kotlin 2.0.20 Standard Lib now comes with native UUID support #392

Open
janseeger opened this issue Aug 29, 2024 · 3 comments
Open

Comments

@janseeger
Copy link
Contributor

https://kotlinlang.org/docs/whatsnew2020.html#support-for-uuids-in-the-common-kotlin-standard-library

@hfhbd
Copy link
Owner

hfhbd commented Aug 29, 2024

What's the reason for this issue? 0.1.0+ requires 2.0.20 and already uses kotlin.uuid.Uuid, https://github.com/hfhbd/kotlinx-uuid/releases/tag/v0.1.0

@janseeger
Copy link
Contributor Author

To be honest, I haven't seen this yet. It is nice that kotlinx.UUID now aliases kotlin.UUID but other than for legacy reasons, folks will want to move to the built-in one.

I originally opened the issue to get the discussion about a migration path going.

@hfhbd
Copy link
Owner

hfhbd commented Aug 29, 2024

There is no alias and no migration, I completely removed the custom implementation and only added helper methods for kotlin.uuid.Uuid.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants