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

Implementation supplied, is throwing an error. Library isn't being imported. #1019

Open
techode opened this issue Nov 28, 2022 · 3 comments
Open
Assignees

Comments

@techode
Copy link

techode commented Nov 28, 2022

Expected Library Import

Observed Failed to resolve: org.wordpress:aztec:v1.6.2

Reproduced

  1. [STEP_1] Create a new Kotlin project and add the implementation as supplied
  2. [STEP_2] Sync project.
  3. [STEP_3] Error, failed to resolve.

Tested

[DEVICE_NAME] on [OS_VERSION] with [APP_VERSION]

@ParaskP7 ParaskP7 self-assigned this Nov 29, 2022
@ParaskP7
Copy link
Contributor

👋 @techode and thank you for raising this issue! 🙏

I just tried to create a new Kotlin project and add the dependency as specified in the README.md file. To be more specific, I followed the Integrating Aztec in your project instructions. The end result on my side was a successful resolution of org.wordpress:aztec:v1.6.3.

Did you configure the specified repository on your side? 🤔

See copy-pasted configuration below:

repositories {
    maven { url "https://a8c-libs.s3.amazonaws.com/android" }
}

Note that without adding this extra repository configuration on your side, you will not be able to resolve org.wordpress:aztec:v1.6.3, as you won't be able to access a8c-libs.

@dante-cervantes-rocketlab

im getting exact same error, when i sync the project it download the aztec from the repo correctly, but when i hit "run" im getting the issue above

@ParaskP7
Copy link
Contributor

👋 @dante-cervantes-rocketlab and thanks for reporting another such instance of it, can you please share your build failure so I can take a closer look? 🙏

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