You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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())
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: