Simon Vergauwen
Simon Vergauwen
Just to chime in as one of the original authors of Ank. Ank is deprecated, and dropped in favor of [KotlinX Knit](https://github.com/Kotlin/kotlinx-knit). Besides being 1st part, Knit also support more...
Damn, that's too bad :( Good we have a failing test now, hopefully we can fix it easily.
Relevant: - https://youtrack.jetbrains.com/issue/KT-50764 - https://github.com/Kotlin/kotlinx.serialization/issues/610 - https://github.com/Kotlin/kotlinx.serialization/issues/1705#issuecomment-1001786343
Moving to Kotlin 1.6.0 fixes the issue for me. I'm also going to attempt to use the workaround, since this is internal anyway.
@lenguyenthanh this is the fix following the tickets on the trackers. ```kotlin @Serializable(with = ReferencedSerializer::class) public open class Referenced internal constructor() { public data class Ref(public val value: Reference) :...
According to YouTrack this should be fixed in Kotlin 1.6.20, which is currently in M1. So perhaps we should wait a bit to merge this PR. Hopefully in the next...
Thanks for reporting and helping looking into this @lenguyenthanh ❤️
Thanks for taking this on @i-walker 💪
Just wanted to give you all a shoutout for the awesome work! I've been using KAML on -and off for many years, and glad to see it evolve to KMP...
+1 on the solution @martinbonnin mentioned. It allows me to consume a section from the Json, and manually parse or "peek".