Update Compose BOM to 2026.09.00

This commit is contained in:
Cody Henthorne
2026-09-11 10:25:18 -04:00
parent 9780379a93
commit f704ace9e9
3 changed files with 313 additions and 1050 deletions
@@ -55,10 +55,12 @@ constructor(
StandardCharsets.UTF_8
)
// The qa build resolves everything a clean qa run needs, including tooling that is only pulled while a
// The qaRemote build resolves everything a clean CI run needs, including tooling that is only pulled while a
// task executes -- the KSP compiler, the aapt2 executable, and the layoutlib screenshot renderer all come
// in through detached configurations. Finally the cross-platform sync fills in aapt2's other OS variants.
runGradle("--write-verification-metadata", "sha256", "qa")
// in through detached configurations. It has to be qaRemote rather than qa, because screenshot validation
// is wired into the remote tasks only and plain qa never resolves layoutlib-runtime. Finally the
// cross-platform sync fills in aapt2's other OS variants.
runGradle("--write-verification-metadata", "sha256", "qaRemote")
// The build-logic precompiled-script-plugin accessors are generated by applying each plugin in throwaway
// nested builds, which resolve plugin dependencies (e.g. junit BOMs) that no configuration walk or qa build
// ever sees. Forcing a refresh re-downloads them through the verifier so their checksums get written.