We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Here is the issue from Jupyter kernel: Kotlin/kotlin-jupyter#131 It works fine for Json, so I think the problem is with XmlUtil.
Here is the stack trace:
java.lang.NoSuchMethodError: 'boolean kotlinx.serialization.descriptors.SerialDescriptor.isInline()' nl.adaptivity.xmlutil.serialization.structure.XmlDescriptor$Companion.from$xmlutil_serialization(XmlDescriptor.kt:153) nl.adaptivity.xmlutil.serialization.structure.XmlDescriptor$Companion.from$xmlutil_serialization$default(XmlDescriptor.kt:132) nl.adaptivity.xmlutil.serialization.structure.XmlRootDescriptor.getElementDescriptor(XmlDescriptor.kt:182) nl.adaptivity.xmlutil.serialization.XML.encodeToWriter(XML.kt:186) nl.adaptivity.xmlutil.serialization.XML.toXml(XML.kt:316) nl.adaptivity.xmlutil.serialization.XML.encodeToString(XML.kt:130) nl.adaptivity.xmlutil.serialization.XML.encodeToString(XML.kt:114) space.kscience.gdml.SerializationKt.encodeToString(serialization.kt:102)
The text was updated successfully, but these errors were encountered:
Never mind, I localized it and it is a jupyter bug.
Sorry, something went wrong.
No branches or pull requests
Here is the issue from Jupyter kernel: Kotlin/kotlin-jupyter#131
It works fine for Json, so I think the problem is with XmlUtil.
Here is the stack trace:
The text was updated successfully, but these errors were encountered: