Hello, I was wondering if there was any kind of timeline for ktor 3? There’s a bug fix in kotlinx.serialization that was fixed in 1.6.1 we will eventually need (to support JSON Merge Patch RFC 7836), and I noticed the beta upgrades the serialization library to that version. We’re using 2.23.10, but it’s on kotlinx.serialization 1.5.1.
We found a temporary work around so I haven’t tried forcing the upgrade of kotlinx.serialization specifically.