# The build reads the generated `build/day/android/day-pieces.json` (standalone-piece backend
# discovery, docs/extending.md) at CONFIGURATION time. `day build` rewrites it every build, and the
# Gradle configuration cache does not track that read as an input — so a cached configuration would
# serve stale piece contributions (a newly added piece's Java + Gradle deps would be silently
# dropped). Keep it disabled while the app depends on standalone pieces.
# AndroidX is required by many third-party libraries pulled in by pieces (e.g. Airbnb's Lottie, whose
# LottieAnimationView extends androidx.appcompat.widget.AppCompatImageView).