Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multiplatform support #81

Open
alexvanyo opened this issue Sep 4, 2021 · 1 comment · May be fixed by #78
Open

Multiplatform support #81

alexvanyo opened this issue Sep 4, 2021 · 1 comment · May be fixed by #78
Assignees
Labels
enhancement New feature or request

Comments

@alexvanyo
Copy link
Collaborator

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.

@alexvanyo
Copy link
Collaborator Author

Current progress towards this effort is in #78

@alexvanyo alexvanyo self-assigned this Apr 5, 2023
@alexvanyo alexvanyo added the enhancement New feature or request label Apr 5, 2023
@alexvanyo alexvanyo linked a pull request Apr 7, 2023 that will close this issue
10 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant