Skip to content

Commit abcf014

Browse files
authored
Update README.md to remove reference to the serialization-android artefact.
The serialization-android artefact no longer exists, this should thus be removed.
1 parent 151a758 commit abcf014

File tree

1 file changed

+3
-10
lines changed

1 file changed

+3
-10
lines changed

README.md

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -106,22 +106,15 @@ Has platform independent implementations of xml parsing/serialization
106106
that 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
```

0 commit comments

Comments
 (0)