google / play-services-plugins

Plugins to help with using Google Play services SDK.
https://developers.google.com/android/guides/overview
Apache License 2.0
457 stars 135 forks source link

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

Open ColtonIdle opened 5 months ago

ColtonIdle commented 5 months ago

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 commented 3 months ago

@ColtonIdle maybe same issue https://github.com/google/play-services-plugins/issues/91