stonesoupprogramming.com
Kotlin Enum
How to use Kotlin Enum classes Understanding Kotlin Enum By Patrick Luck Introduction The enum class was one of the features of Java that has been brought over to Kotlin. At their core, Kotlin enum…