Android Studio – build.gradle file does not access to gradle.properties
I have an android project. I am attempting to call buildConfigField() function in build.gradle file, but the property that I have declared in gradle.properties file cannot be found. I have used this code in gradle.properties: ACCESS_KEY="access_key" and this code in…