Completed
Intro
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Gradle for Large Projects - Building Bigger and Better Android Apps
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 Android Projects are the same
- 3 Android X build growth
- 4 Java or Kotlin only libraries
- 5 Apply only needed plugins
- 6 Scope annotation processors
- 7 Lint final app module
- 8 Use api and implementation
- 9 Modularization side-effects
- 10 Per-module configuration
- 11 General Advice
- 12 Lazy task configuration
- 13 Task Wiring
- 14 Computation during Configuration
- 15 Caveats
- 16 Gradle Memory Limits
- 17 Limit Gradle workers
- 18 Tracer Agent