Replies: 1 comment 4 replies
-
Basically the generic implementation is an adaptation of the (BSD licensed) code from Android, but with fixes/enhancements (like emoji support). I will fix it to use the The exception catching is an oversight. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
xmlutil/core/android/src/main/kotlin/nl/adaptivity/xmlutil/core/AndroidStreamingFactory.kt
Lines 61 to 66 in 0c9e140
Isn't the purpose of using Android artifacts to use platform implementations?
Also
KtXmlReader
won't throwXmlPullParserException
.Beta Was this translation helpful? Give feedback.
All reactions