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.