Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

core-jvm not found #227

Open
adamtenna opened this issue Jul 16, 2024 · 3 comments
Open

core-jvm not found #227

adamtenna opened this issue Jul 16, 2024 · 3 comments

Comments

@adamtenna
Copy link

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
Copy link
Owner

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.

@tyilo
Copy link

tyilo commented Nov 12, 2024

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?

@pdvrieze
Copy link
Owner

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants