Reset project: toolchain upgrade, design-system fixes, tooling - #72
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Brings the
update-project-resetbranch up to date: a full toolchain and dependencyupgrade, the low-risk design-system fixes from the code audit, repaired build/CI tooling,
and the reconciled
findings.md/backlog.mddocs.Changes
Toolchain and dependencies
Compose BOM 2026.06.00, lint 32.2.1, JUnit BOM 6.1.0, AndroidX stack). Verified against the
live Maven repositories.
chailinter.useJUnitPlatform(); the old JUnit 4 entryand unused plugin aliases removed.
Design system
ChaiColorswired intoMaterialTheme; buttons read the palette directly.CPrimaryButtongets a branded container; the deadSpace*no-op statements are real spacers.ChaiThemedraws edge-to-edge instead of the deprecatedwindow.statusBarColor.staticCompositionLocalOf, matching the colors token.Tooling and docs
setup.sh, removed the broken spotless init-script references, pointed the todoworkflow at
develop, dropped the obsoleteenableJetifierproperty.findings.mdandbacklog.mdpruned to reflect what is resolved versus still open.How to test
CI runs the same on this PR.
Issue
No linked issue — this is project-reset / maintenance work.