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

Gradle failure #1457

Open
igupta072 opened this issue Jul 25, 2024 · 5 comments
Open

Gradle failure #1457

igupta072 opened this issue Jul 25, 2024 · 5 comments
Labels
bug Something isn't working

Comments

@igupta072
Copy link

igupta072 commented Jul 25, 2024

Describe the bug

ERROR:/Users/indrajeet.gupta/.gradle/caches/transforms-3/e82fde21c0dbfff6be9d21ee75bf49f1/transformed/jetified-jakarta.ws.rs-api-4.0.0.jar: D8: java.lang.NullPointerException: Cannot invoke "String.length()" because "" is null

Could not resolve all files for configuration ':app:debugRuntimeClasspath'.

Failed to transform jakarta.ws.rs-api-4.0.0.jar (jakarta.ws.rs:jakarta.ws.rs-api:4.0.0) to match attributes {artifactType=android-dex, asm-transformed-variant=NONE, dexing-enable-desugaring=true, dexing-enable-jacoco-instrumentation=false, dexing-is-debuggable=true, dexing-min-sdk=27, org.gradle.category=library, org.gradle.libraryelements=jar, org.gradle.status=release, org.gradle.usage=java-runtime}.
> Execution failed for DexingNoClasspathTransform: /Users/indrajeet.gupta/.gradle/caches/transforms-3/39f88c2c9a1de11f585014b8d7ea3516/transformed/jetified-jakarta.ws.rs-api-4.0.0.jar.
> Error while dexing.

SDK Version

  • Client: kotlin
  • Version 1.9.24

To Reproduce
Adding dependency
implementation(platform("com.walletconnect:android-bom:1.32.1"))
implementation("com.walletconnect:android-core")
implementation("com.walletconnect:web3wallet")

@igupta072 igupta072 added the bug Something isn't working label Jul 25, 2024
@hanmeimei888
Copy link

it's inappropriate to depend a third-library , just for change the param in an Uri string,,,,,

@Developmc
Copy link

I have the same problem !

@jakubuid
Copy link
Contributor

It's fixed - dep was removed and will be available within the new release

@Developmc
Copy link

Developmc commented Aug 22, 2024

It's fixed - dep was removed and will be available within the new release

Great! When will the new version be released?

@jakubuid
Copy link
Contributor

early next week

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants