
Multiplatform library implementing XmlPullParser for XML parsing, designed as a drop-in replacement for existing interfaces. Currently under development, using a transitive dependency.
XmlPullKmp
Kotlin Multiplatform implementation of XmlPullParser. This library is designed to be a drop in replacement of the XmlPullParser interface.
⚠️ This library is still in development and may not be fully functional. Currently it relies on transitive dependency to fleeksoft's IO library.
This library is stored on Maven Central repository. To add library to Your project paste the following snippet in your TOML file.
[versions]
xmlpullkmp = "<latest_version>"
[libraries]
xmlpullkmp = { module = "io.github.xmlpullkmp:xmlpullkmp", version.ref = "xmlpullkmp" }
This library is a port of this implementation of XmlPullParser to Kotlin Multiplatform.
This library is licensed under the Apache License, Version 2.0.
XmlPullKmp
Kotlin Multiplatform implementation of XmlPullParser. This library is designed to be a drop in replacement of the XmlPullParser interface.
⚠️ This library is still in development and may not be fully functional. Currently it relies on transitive dependency to fleeksoft's IO library.
This library is stored on Maven Central repository. To add library to Your project paste the following snippet in your TOML file.
[versions]
xmlpullkmp = "<latest_version>"
[libraries]
xmlpullkmp = { module = "io.github.xmlpullkmp:xmlpullkmp", version.ref = "xmlpullkmp" }
This library is a port of this implementation of XmlPullParser to Kotlin Multiplatform.
This library is licensed under the Apache License, Version 2.0.