File tree Expand file tree Collapse file tree 1 file changed +3
-10
lines changed
Expand file tree Collapse file tree 1 file changed +3
-10
lines changed Original file line number Diff line number Diff line change @@ -106,22 +106,15 @@ Has platform independent implementations of xml parsing/serialization
106106that mirrors the Java API)
107107
108108### Serialization
109- #### multiplatform
109+ #### multiplatform (this coordinate should be used by default)
110110```
111111 implementation("io.github.pdvrieze.xmlutil:serialization:0.91.1")
112112```
113- #### JVM
113+
114+ #### JVM (also works for Android)
114115```
115116 implementation("io.github.pdvrieze.xmlutil:serialization-jvm:0.91.1")
116117```
117- #### -Android- (Deprecated - this is dependency only - it has no code)
118- ** Deprecated **
119- ```
120- implementation("io.github.pdvrieze.xmlutil:serialization-android:0.91.1")
121- ```
122-
123- This version is merely a dependency to the main module that no longer has the android
124- specific artefact as this is not supported by kotlin (and has resolution issues).
125118
126119#### js
127120```
You can’t perform that action at this time.
0 commit comments