shopapp-android icon indicating copy to clipboard operation
shopapp-android copied to clipboard

Error building apk after implementing Shopify API

Open kolindo01 opened this issue 5 years ago • 0 comments

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?

kolindo01 avatar Feb 06 '20 23:02 kolindo01