FabricMC / fabric-language-kotlin

Fabric language module for Kotlin.
Apache License 2.0
293 stars 33 forks source link

akuleshov7/ktoml inclusion #91

Closed isXander closed 1 year ago

isXander commented 1 year ago

It would be very useful if ktoml were to be included in this library. It works with kotlinx.serialization and TOML is an every growing format.

Juuxel commented 1 year ago

FLK doesn't include 3rd party libraries so that wouldn't make much sense IMO. Just JIJ it like any other library.

isXander commented 1 year ago

Another reason is that Kotlin/kotlinx-serialization#1092 states that plans for official TOML support aren't planned and TOML is quite a common config format in Minecraft mods nowadays.

modmuss50 commented 1 year ago

I agree, we only include official kotlin libraries. You can easily JIJ it 👍