I'm trying without success to import this import com.google.gson.Gson
in one gradle file I've created just to manage some tasks. I'm able to import this Gson in other parts of the app, it is only here where I'm having issues.
In my gradle.app I have
I also tried an answer from Importing GSON using gradle, but when I open the menu nothing appears.
What could I be doing wrong?