pdvrieze / xmlutil

XML Serialization library for Kotlin
https://pdvrieze.github.io/xmlutil/
Apache License 2.0
379 stars 31 forks source link

core-jvm not found #227

Open adamtenna opened 3 months ago

adamtenna commented 3 months ago
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
pdvrieze commented 3 months ago

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.