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

Bug: Kotlin multiplatform android application can't find google-service.json #283

Open
ColtonIdle opened this issue Jan 17, 2024 · 1 comment

Comments

@ColtonIdle
Copy link

As per the docs

// free and paid are product flavors.
app/
    google-services.json
    src/dogfood/paid/google-services.json
    src/release/free/google-services.json
    ...

https://developers.google.com/android/guides/google-services-plugin

but in kotlin multiplatform, paid and free are androidPaid and androidFree which aren't picked up by the plugin when it outputs which directories are being checked.

@ruslanPodurets
Copy link

@ColtonIdle maybe same issue #91

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

2 participants