sealed-class-enumizer: Enum-like API for Sealed Hierarchies
The sealed-class-enumizer Kotlin (K2) plugin adds an enum-like API to sealed hierarchies.
sealed-class-enumizer is a Kotlin (K2) compiler plugin that generates enum-like operations for sealed class and interface hierarchies. This plugin preserves the data-carrying capabilities of sealed hierarchies while adding the operational API that enums provide, allowing for more writable code and better API integration for engineers.
This synthesis was produced from its source by AI; there is no human editor or manual review step. How we work