google / google/secrets-gradle-plugin
Does not work with Android baselineprofile module
Open
- Dominant language
- Kotlin
- Stars
- 1.3k
- Forks
- 122
- PR merge metrics
- No merged PRs in 30d
Description
I would like to get login information via the secrets-gradle-plugin in a baselineprofile generator module. I am able to generate a BuildConfig but it does not contain the values from my local.properties file.
After a quick look in the code for the plugin it looks like, it is not triggered since it is neither a androidAppComponent nor a androidLibraryComponent.
```
val supportedComponents =
listOf(project.androidAppComponent(), project.androidLibraryComponent())
```
Contributor guide
Assessment
This issue has not been assessed yet.