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

BuildConfig not accessible in kotlin files #71

Closed hugorplobo closed 10 months ago

hugorplobo commented 10 months ago

Hi, I have my gradle and local.properties files like this:

image image image

When I try to access BuildConfig.apiKey in my kotlin files, I get an Unresolved reference, but in the Android Manifest it works:

image

Please, what am I doing wrong?

hugorplobo commented 10 months ago

Resolved by adding buildConfig = true in buildFeatures.