Piotr Krzemiński

Results 127 comments of Piotr Krzemiński

kaml 0.55.0 with experimental Kotlin/JS support has just been released! Feel free to give it a spin and give feedback. Kudos @aSemy for rewriting most of snakeyaml-engine to KMP, as...

@russellbanks definitely doable, do you feel like contributing to https://github.com/krzema12/snakeyaml-engine-kmp? Should be as simple as adding more Kotlin targets, without actual source code change. CC @aSemy Edit: actually, the snakeyaml...

@charleskorn I think we can try switching kaml fully to https://github.com/krzema12/snakeyaml-engine-kmp, also for the JVM. Then it will be simple to handle virtually all possible Kotlin targets, and we'll be...

WIP in https://github.com/charleskorn/kaml/pull/507

I have to drop working on this, sorry! Feel free to take over.

Looking good, switching to the KMP implementation of YAML engine (https://github.com/charleskorn/kaml/pull/507) has been merged and released, kudos to @aSemy for picking it up! We're now waiting for feedback from the...

snakeyaml-engine-kmp [2.7.5](https://github.com/krzema12/snakeyaml-engine-kmp/releases/tag/v2.7.5) is released that supports all available Kotlin targets, apart from some unpopular ones. The next step is to make kaml build and release with these targets as well.