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

Error building apk after implementing Shopify API #202

Open
kolindo01 opened this issue Feb 6, 2020 · 0 comments
Open

Error building apk after implementing Shopify API #202

kolindo01 opened this issue Feb 6, 2020 · 0 comments

Comments

@kolindo01
Copy link

0

When trying to execute the code with kotlin for this application shopapp-android everything be fine, except when I implement shopify api according to instructions on github page as in code:

val api = ShopifyApi(this, "BASE DOMAIN", "STOREFRONT ACCESS TOKEN", "API KEY", "API PASSWORD")

An error is given from Android studio

Program type already present: com.shopapp.gateway.BuildConfig

note that application contains libraries

implementation project(':data')
implementation project(':domain')
implementation project(':gateway')
Is there a conflict between the library 'gateway' and ShopifyApi?

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

1 participant