Him188 / yamlkt

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

Add more apple targets #41

Closed rsinukov closed 2 years ago

rsinukov commented 2 years ago

Fixed #40

rsinukov commented 2 years ago

Hi @Him188, I see that CI fails, but it also fails without my changes. Do you have any idea how to fix it?

Him188 commented 2 years ago

@rsinukov Hi, I figured out that compile-native-platform.gradle is not used anymore. Yamllkt declares platforms here: https://github.com/Him188/yamlkt/blob/769cdc5310a28099ef7fd89e87a082294c8bb502/yamlkt/build.gradle.kts#L36-L45

So Yamlkt already supports all the platforms(but there isn't yet a release that includes all platforms). Maybe I forgot to delete that file in commit https://github.com/Him188/yamlkt/commit/baca1d42d275e4b94ae4c2aa9046f49b278bfb9e... Sorry for that.

rsinukov commented 2 years ago

Ok, thanks! Do you have any estimates on when a new version will be released?

rsinukov commented 2 years ago

Also, any plans on updating kotlin and serialization version?

Him188 commented 2 years ago

@rsinukov Yes, I will publish a new version with updated Kotlin and serialization in recent 2-3 days.