Skip to content

Error building apk after implementing Shopify API #202

@kolindo01

Description

@kolindo01

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions