google / secrets-gradle-plugin

A Gradle plugin for providing your secrets to your Android project.
Apache License 2.0
1.13k stars 99 forks source link

Warning in log : Accessing value buildConfigFields in variant has no effect as the feature buildConfig is disabled. #87

Open NinoDLC opened 3 months ago

NinoDLC commented 3 months ago

This project looks dead but anyway, using this plugin prints this message in the console when syncing the project :

Accessing value buildConfigFields in variant release has no effect as the feature buildConfig is disabled.
Accessing value buildConfigFields in variant debug has no effect as the feature buildConfig is disabled.

Note that I didn't enable the buildFeature "buildConfig.