Vishnu Haridas
02/05/2022, 9:42 PMbuildConfigField()
in build.gradle in Android projects, which generates the BuildConfig.java file, and that can be used during runtime.
Is there a similar approach in Compose Desktop projects so that I can add secrets as System Env variable (or even a git-ignored properties file) and don't have to commit it?
I added a question on StackOverflow just now: https://stackoverflow.com/questions/71002334/compose-desktop-projects-how-to-include-api-keys-or-other-secrets-without-comspierce7
02/05/2022, 10:05 PMVishnu Haridas
02/05/2022, 10:27 PMbuild
or run
task, otherwise we have to run it manually.spierce7
02/05/2022, 10:39 PMspierce7
02/05/2022, 10:40 PMVishnu Haridas
02/06/2022, 4:49 AMColton Idle
02/07/2022, 6:03 PMVishnu Haridas
02/07/2022, 7:01 PMbuildConfig
feature, so I was checking if there's a similar option comes built-in for Compose Desktop projects.