livefront / sealed-enum

A Kotlin annotation processor that makes writing normal enum classes obsolete.
Apache License 2.0
149 stars 7 forks source link

Convert Class to KClass in EnumForSealedEnumProvider #125

Closed alexvanyo closed 1 year ago

alexvanyo commented 1 year ago

This is the main API change needed to convert to multiplatform (#81 )

Class is JVM-specific, whereas KClass can be used on all platforms.