Him188 / yamlkt

Multiplatform YAML parser & serializer for kotlinx.serialization written in pure Kotlin
Apache License 2.0
132 stars 14 forks source link

Update to Kotlin 1.5.20. #30

Closed jpd236 closed 3 years ago

jpd236 commented 3 years ago

Comment out @InlineOnly annotations which break the build w/ Kotlin 1.5.

Local classes can no longer be marked as @Serializable (see https://youtrack.jetbrains.com/issue/KT-45541) so move these out of test functions and into the test class.

See #27

Him188 commented 3 years ago

Thank you so much! I will check publication compability (for JS targets) then release a new version later today.