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
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: