ktor icon indicating copy to clipboard operation
ktor copied to clipboard

KTOR-5085: Add multiplatform support for XML serialization

Open osipxd opened this issue 1 year ago • 2 comments

Subsystem ktor-serialization-kotlinx-xml

Motivation https://youtrack.jetbrains.com/issue/KTOR-5085/Add-multiplatform-support-for-XML

Solution Moved sources and some tests from jvm to common source set.

Docs change: https://github.com/ktorio/ktor-documentation/pull/513

osipxd avatar Aug 16 '24 17:08 osipxd

@marychatte, could you check?

e5l avatar Aug 19 '24 06:08 e5l

@marychatte, thank you for your review!

  1. gradle build fails

Unfortunately, I have only Linux x64 machine at the moment and all apple targets are ignored, so I cannot reproduce this problem.

  1. There is also falling test XmlSerializationTest

Reproduced and fixed. Also, found out that [js, node] tests were failing because of this issue, so I disabled them for this module.

Here is the correct diff link to review the changes.

osipxd avatar Aug 24 '24 20:08 osipxd