google / google/secrets-gradle-plugin
Properties are not injected if the plugin is applied before the Android plugin
Open
- Dominant language
- Kotlin
- Stars
- 1.3k
- Forks
- 122
- PR merge metrics
- No merged PRs in 30d
Description
If the plugin is added before `com.android.application` it silently skips properties injection.
I believe it should fail the build in this case. Or, at least, docs should mention that the order is important.
It took me several hours to understand why the properties are not injected when after some refactoring I accidentally changed the order of plugins.
Contributor guide
Assessment
This issue has not been assessed yet.