I wrote this function here to fetch an API key required during our gradle build:
fun getApiKey(): String { val keyFile = File("../whatever") if