Evgenii
Evgenii
Hi there! I see that there are no updates. I almost completed this issue, MR will be soon.
Ok. One question: why was #8 closed? Do we need to support multiline literal and basic strings?
> So there's a problem when I have an underscore or capital letter Actually, there's a problem with "is" In java getter name is `getIsBool`, but in kotlin it's `isBool`
@AlgorithmLX hmm, interesting. Can you provide an example what's your use case?
You have an array of tables (objects) there with same type. Current (0.6.0) version of ktoml supports encoding for it: ```kotlin @Test fun test() { @Serializable data class Offset( val...
> And there was also a problem with comments, they were added on every line (including x, y, z) Yep, it's also fixed in #300 and will be in the...
> The parser seems to die (`StackOverflowError`) with the below. The funny thing is that with a trailing comma after the inner array it doesn't error unlike my currently opened...
Hi! Thanks for the so detailed report, I'll look at it. Looks like we have bugs for both _Inline tables_ and regular ones. There's a workaround for your case: ```kotlin...
@Coding-Meet Hi! Unfortunately, it looks like we don't support your example yet. We still have not-covered cases for Map
Hey! Thanks for the detailed report, that's definitely a bug. Funny thing is, decoding fails with _ktoml_ versions later than 6.0.0 :) Unfortunately, we still have poor support for Map...