Modularisation.. You cannot escape it as an Android Developer. As your code base gets larger well modularised code becomes crucial.
It can encourage code ownership, increased build speed, better organisation and increased productivity.
This post will help you to use the tooling available to you to modularise your codebase.