Month: July 2018

  • Organize Gradle files with multi-module project

    I have found a better way to organize Gradle files, it is useful for multi-module projects, where dependencies are duplicated. So instead of using a long list of implementations, we can group them into an array and import it as functions, here are the steps: Step 1: Create a dependency.gradle file in your project level folder, […]