Open ColtonIdle opened 10 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.
@ColtonIdle maybe same issue https://github.com/google/play-services-plugins/issues/91
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.