Skip to content

Multiplatform support #81

@alexvanyo

Description

@alexvanyo

The runtime portion of sealed-enum can quite easily be converted into a multiplatform project, since it is almost exclusively a pure-Kotlin project (the current exception is a Class in the public API, but this could be replaced with KClass very easily)

With https://github.com/google/ksp, the code generation portion should also support multiplatform, as all of the generated code can be pure Kotlin as well.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions