google / google/play-services-plugins
Bug: Kotlin multiplatform android application can't find google-service.json
Open
- Dominant language
- Kotlin
- Stars
- 526
- Forks
- 167
- Avg merge
- 7d 21h
- Merged PRs (30d)
- 2
Description
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.
Contributor guide
Assessment
This issue has not been assessed yet.