play-services-plugins icon indicating copy to clipboard operation
play-services-plugins copied to clipboard

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

Open ColtonIdle opened this issue 5 months ago • 1 comments

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.

ColtonIdle avatar Jan 17 '24 19:01 ColtonIdle