shopapp-android
shopapp-android copied to clipboard
Error building apk after implementing Shopify API
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?