Hi all, I have just released a <ktoml> library (0....
# feed
a
Hi all, I have just released a ktoml library (0.2.6) to Maven Central. It is a fully Kotlin native serialization library for TOML configuration language. It was requested by Kotlin community, but unfortunately I am developing this alone in my free time. I would like to ask for your help in testing/contributing to this project. Or at least give it a star to make it look more attractive for new contributors. Thanks! 🙏 I know that Kotlin community - is the best in the world and I appreciate your help ❤️
K 3
👍 2
👏 9
1
c
What are the chances that this can be refactored to be an additional format in KotlinX.Serialization? I'd be nice to have everything interoperable/in a single place
👍 4
a
@CLOVIS this is actually my goal, if they will invite me. But the lib should be stable enough.
c
Maybe mention it on #serialization, but it doesn't seem very active... Not sure how contributions work for KotlinX