Ricky12Awesome / json-schema-serialization

Adds support for Json Schema using Kotlin.serialization
MIT License
31 stars 9 forks source link

Does the current version v0.5.2 support kotlinx-serialization 1.0.0? #2

Closed vngantk closed 3 years ago

NiematojakTomasz commented 4 years ago

Seems it doesn't

Ricky12Awesome commented 4 years ago

Not yet, been busy doing other stuff but I am planning on updating it and also re-working a few things.

NiematojakTomasz commented 4 years ago

@Ricky12Awesome See PR I made today - https://github.com/Ricky12Awesome/json-schema-serialization/pull/3 : )

Ricky12Awesome commented 3 years ago

v0.6.0 now supports kotlinx.serialization 1.0.1, also changes to few names to more like it as well. (like stringifyToSchema is now encodeToSchema)