You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Bug fixes:
Switch to is instead of == to improve static initialization behavior (#130). Thanks @kyay10 !
Ensure objects are not duplicated in the sealed enum list, if reachable from more than one subclass (#135). Thanks @kyay10 !
Breaking changes:
The type of EnumForSealedEnumProvider.enumClass is updated from a Class to a KClass.
This allows runtime to not depend on any JVM classes, and therefore can be a multiplatform artifact in the future.