// free and paid are product flavors.
app/
google-services.json
src/dogfood/paid/google-services.json
src/release/free/google-services.json
...
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.
As per the docs
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.