DEV Community

Discussion on: What I look for in a Junior Android Dev

Collapse
 
jvarness profile image
Jake Varness

What about how to build the project?

I have to use Maven heavily in my work, and I don't have much exposure to Gradle. How important is it to understand Gradle?

Collapse
 
ditn profile image
Adam Bennett

It's not important I'd say, you can absolutely get by just knowing the basics which you can largely copy and paste from elsewhere, and Android Studio handles much of creating a Gradle file for you.

IMO Gradle is quite an advanced topic that I wouldn't expect beginners to know an awful lot about.