Hi all,
I’m trying to add on my build.gradle.kts this command
buildConfigField("String", apiKey, "123abc")
but I received this error: “Unresolved reference: buildConfigField ”
All the example that I found put the command in Android{ … } but I’m not doing an android app, only a simple web service.
Do you have any idea ho I could resolve the problem? thanks