You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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 text was updated successfully, but these errors were encountered: