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

Not an Issue: Can I use secret keys on the build.gradle.kts #88

Open johnjeremih opened 3 months ago

johnjeremih commented 3 months ago

I would like to know if I can use a variable in the build.gradle.kts. I know I can use the gradle.properties file and retrieve it like this project.findProperty("ALIAS_SIGNING_KEY").toString() but I wanted to know if there is a way to do it with the secret repository.

image