Skip to content

Commit 941b52b

Browse files
committed
The JDK package is core-jdk, not core-jvm
1 parent 6ba77c9 commit 941b52b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ implementations and depend on (publishing) the `jvmCommon` package.
8989
```
9090
#### **Optional** JVM – uses the stax API _not available_ on Android
9191
```
92-
implementation("io.github.pdvrieze.xmlutil:core-jvm:0.90.3")
92+
implementation("io.github.pdvrieze.xmlutil:core-jdk:0.90.3")
9393
```
9494
#### **Optional** Android – Uses the android streaming library
9595
```

0 commit comments

Comments
 (0)