day-cli 0.1.2

Declarative app development API using native UI toolkits
1
2
3
4
5
6
7
8
9
10
org.gradle.jvmargs=-Xmx2g
# 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.
org.gradle.configuration-cache=false
# AndroidX is required by many third-party libraries pulled in by pieces (e.g. Airbnb's Lottie, whose
# LottieAnimationView extends androidx.appcompat.widget.AppCompatImageView).
android.useAndroidX=true