feat: Compose color provider#101
Conversation
There was a problem hiding this comment.
Code Review
This pull request introduces support for resolving Jetpack Compose Color values in the some-android module. It adds a new ColorResolver and a configurable ColorStrategy supporting random ARGB, random HSL, and fixed palette strategies, along with corresponding tests and documentation. The review feedback highlights a bug where the RandomHsl strategy incorrectly uses Color.hsv instead of Color.hsl, and suggests strengthening the associated unit tests to assert the correct HSL-converted values rather than just verifying a non-null result.
Important
The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.
Summary
Describe what this pull request changes and why.
Checklist