benasher44/uuid

Java 1.6 compatibility

Fleshgrinder opened this issue · 0 comments

The minimum JVM version supported by Kotlin is Java 1.6 and we require the same minimum compatibility for the library. The java.util.UUID was already included in that version and its API didn’t change over the years.

Required for inclusion in Kotlin STD (see #25).