Isaac
09/18/2020, 9:50 AMgradle.properties
file and got a reference in the build.gradle.kts
file by declaring a global property:
val api_key: String by project
I want to use api_key
in my Main.kt
, but I can't seem to figure out how to gain access. Searched on StackOverflow and all the results were android related. Can anyone help?no
09/18/2020, 3:06 PM