xmlutil
xmlutil copied to clipboard
core-jvm not found
FAILURE: Build failed with an exception.
* What went wrong:
A problem occurred configuring project ':radio-sdk'.
> Could not create task ':radio-sdk:obfuscateJar'.
> Could not resolve all files for configuration ':radio-sdk:jvmRuntimeClasspath'.
> Could not find io.github.pdvrieze.xmlutil:core-jvm:0.90.1.
Searched in the following locations:
- https://dl.google.com/dl/android/maven2/io/github/pdvrieze/xmlutil/core-jvm/0.90.1/core-jvm-0.90.1.pom
- https://repo.maven.apache.org/maven2/io/github/pdvrieze/xmlutil/core-jvm/0.90.1/core-jvm-0.90.1.pom
- https://plugins.gradle.org/m2/io/github/pdvrieze/xmlutil/core-jvm/0.90.1/core-jvm-0.90.1.pom
- https://jitpack.io/io/github/pdvrieze/xmlutil/core-jvm/0.90.1/core-jvm-0.90.1.pom
As part of restructuring (due to new multiplatform architecture in Kotlin) this has been renamed to "core-jdk" (supporting the JDK). You can now also use the generic version (core-jvmcommon / core) that will work not use the platform parser, but the shared platform independent parser/serializer.
The README has the following line:
implementation("io.github.pdvrieze.xmlutil:core-jvm:0.90.3")
which doesn't work.
Could you update the README?
@tyilo Just updated the readme (to refer to core-jdk instead which is the new name for the JDK only code)