google / google/secrets-gradle-plugin

Does not work with Android baselineprofile module

Open
#91 0 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.