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

error: illegal start of expression public static final String secrets = ; #85

Closed johnjeremih closed 4 months ago

johnjeremih commented 4 months ago

I tried to make it work with toml. For some reason, it is not working. Secrets function is coming out empty.

image image image

It works because I can see the extension but don't understand what is happening.

image image
johnjeremih commented 4 months ago

I solved it. I made a mistake; I created secrets. toml. I just had to delete it.