Skip to content

Latest commit

 

History

History
17 lines (15 loc) · 615 Bytes

TODO.md

File metadata and controls

17 lines (15 loc) · 615 Bytes

Capture:

  • java / kotlin language level
  • Build Type and associated dependencies, and maybe some properties (debuggable flag?)
  • Product Flavor and associated dependencies, and maybe some properties (minSdkVersion? other values?)
  • dynamic-feature list from app plugin
  • lint checks dependencies
  • variant filtering results (to skip disabled variants)
  • java platform plugin
  • target from test plugin
  • missingDimensionStrategy/fallbacks
  • kotlin source folder detection for kotlin file count
  • Resource count
  • composite builds?

Flags:

  • ways to disable class count and resource count (--no-class-count on task)