xmlutil icon indicating copy to clipboard operation
xmlutil copied to clipboard

core-jvm not found

Open adamtenna opened this issue 1 year ago • 1 comments

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

adamtenna avatar Jul 16 '24 01:07 adamtenna

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.

pdvrieze avatar Jul 19 '24 09:07 pdvrieze

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 avatar Nov 12 '24 08:11 tyilo

@tyilo Just updated the readme (to refer to core-jdk instead which is the new name for the JDK only code)

pdvrieze avatar Nov 13 '24 09:11 pdvrieze