Don't wanna be here? Send us removal request.
Text
unpacking build.gradle and gradlew: a guide to building projects ⚒️🚧
have you ever opened up a new project and wondered what is the mysterious build.gradle file and gradle folder? what do they actually do, and why are they important in projects?
heres’s a quick guide!
"back in my day"
before gradle, setting up a Java project meant handling each step manually
compiling - you had to compile each file with javac
javac MyClass.java
0 notes