More often than not, an Android project's build.gradle files grow larger and more complex with time. This talk will look at the under-appreciated buildSrc folder, which allows you to create plugins directly from your project, but also can help you make your build.gradle files cleaner and more readable.