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
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.
The text was updated successfully, but these errors were encountered:
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 aClass
in the public API, but this could be replaced withKClass
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.
The text was updated successfully, but these errors were encountered: