-
Notifications
You must be signed in to change notification settings - Fork 628
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Toml support #1092
Comments
Community is working on it's native implementation for Kotlin: https://github.com/akuleshov7/ktoml UPD: current version is quite stable and already used widely by the community - welcome to use it |
Awesome work! |
I cannot even imagine how these guys from kotlinx are busy. So I wouldn't expect the adoption in the nearest future. Only in one single ktoml we have got a feedback from a hundreds of developers, got 20 contributors/reviewers, spent mostly a half of a year on testing and development. And still polishing work is in progress... |
Understood, thank you for the reply. Awesome work! |
We don't have plans to merge more formats in this repository; I think the way it works now — with the list of community-supported formats — is the most optimal. |
For the record, there's also https://github.com/Peanuuutz/tomlkt. |
What is your use-case and why do you need this feature?
there are a lot of places uses toml, just like json or yaml(already have)
Describe the solution you'd like
I haven't look in to the kotlin.serialization APIs to make custom serializer. but it would great to have official support
The text was updated successfully, but these errors were encountered: