what is usually used for random id's in kotlin? ju...
# getting-started
t
what is usually used for random id's in kotlin? just
UUID.randomUUID()
?
k
Whatever you would use in Java
d
That is what I use for random ids. If it ain’t broke…