Skip to content

Sealed class for geometry, kotlinx serialization

Compare
Choose a tag to compare
@jillesvangurp jillesvangurp released this 29 Jan 09:58
· 195 commits to master since this release
  • change the geometry interface to be a sealed class
  • add Serializable annotations for kotlinx.serialization; this adds a dependency on kotlinx serialization unfortunately. I may split this off into a separate library at some point. Let me know if this bothers/blocks you.

Thanks @NikkyAI for the PR.