Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Does not work with Android baselineprofile module #91

Open
JBokMan opened this issue Jun 20, 2024 · 0 comments
Open

Does not work with Android baselineprofile module #91

JBokMan opened this issue Jun 20, 2024 · 0 comments

Comments

@JBokMan
Copy link

JBokMan commented Jun 20, 2024

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())
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant