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
app:test: Could not resolve com.coinbase:coinbase-wallet-sdk:1.0.4.
Required by:
project :
Possible solution:
- Declare repository providing the artifact, see the documentation at https://docs.gradle.org/current/userguide/declaring_repositories.html
After various reimports sometime the error does not show up, but if I run gradlew dependencies I see the following output com.coinbase:coinbase-wallet-sdk:1.0.4 FAILED
I guess is for the java version
The text was updated successfully, but these errors were encountered:
app:test: Could not resolve com.coinbase:coinbase-wallet-sdk:1.0.4.
Required by:
project :
Possible solution:
- Declare repository providing the artifact, see the documentation at https://docs.gradle.org/current/userguide/declaring_repositories.html
After various reimports sometime the error does not show up, but if I run gradlew dependencies I see the following output com.coinbase:coinbase-wallet-sdk:1.0.4 FAILED
I have a project using spring boot 3 and java 17, I'm trying to download the last version of coinbase wallet sdk:
implementation "com.coinbase:coinbase-wallet-sdk:1.0.4"
I always receive the error
After various reimports sometime the error does not show up, but if I run
gradlew dependencies
I see the following outputcom.coinbase:coinbase-wallet-sdk:1.0.4 FAILED
I guess is for the java version
The text was updated successfully, but these errors were encountered: