🌎 Community-curated list of tech conference talks, videos, slides and the like — from all around the world

🎤

Android Studio is a build system-centric IDE, where Gradle is the source of truth. This decision was made when we started Android Studio back in 2013, with the following benefits in mind:1. IDE configuration files (IML files) are generated when syncing a project with Gradle. Developers no longer have to manually edit IML files.2. By delegating builds to Gradle, build output will be the same regardless of where the build is executed: IDE, command line or CI server.
This page was generated from this YAML file. Found a typo, want to add some data? Just edit it on GitHub.