Buck vs Gradle, pro’s and cons for Android build systems
As I put front and center in the Buck documentation: “Buck is a build system for Android that encourages the creation of small, reusable modules consisting of code and resources.” By design, Buck encourages you to create small modules so that you can easily compose a new app out of your existing building blocks. This … Read more