Skip to content
This repository was archived by the owner on Oct 30, 2025. It is now read-only.

Does not work with Android baselineprofile module #91

@JBokMan

Description

@JBokMan

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())

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions