Static analyzer that tracks Android Compose component usage
Large Android projects often accumulate unused or hard‑to‑track Compose components. This Python tool scans the source tree, counts imports while ignoring comments and self‑references, and outputs detailed CSV reports plus a static HTML viewer. It automates git updates, uses a config file for flexibility, and is useful for developers seeking to clean up or understand component usage. Compared to generic code‑search scripts, it offers ready‑made metrics and a convenient browser UI.
View on GitHub →spoon-fed-programmer/ComposeUsageAudit