fix(build): add explicit compose-multiplatform-animation dependency#5095
Merged
jamesarich merged 1 commit intomainfrom Apr 12, 2026
Merged
fix(build): add explicit compose-multiplatform-animation dependency#5095jamesarich merged 1 commit intomainfrom
jamesarich merged 1 commit intomainfrom
Conversation
Animation APIs (androidx.compose.animation) are used across 29 source files but were never declared as an explicit dependency — they resolved transitively through foundation/material3 which is fragile across CMP version bumps. - Add compose-multiplatform-animation to version catalog at 1.11.0-beta02 - Wire into KmpFeatureConventionPlugin commonMain (covers all feature modules) - Add explicitly in core:ui and app (not covered by the convention plugin) - Add workspace bootstrap directions to AGENTS.md and project-overview skill so agents auto-detect ANDROID_HOME and init the proto submodule
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
org.jetbrains.compose.animation:animationas an explicit dependency — 29 source files importandroidx.compose.animation.*but the artifact was never declared, relying on fragile transitive resolution through foundation/material3 that breaks across CMP version bumps.AGENTS.mdand.skills/project-overview/SKILL.mdso agents auto-detectANDROID_HOMEand init the proto submodule in new worktrees.Changes
Animation dependency (fixes broken animations)
gradle/libs.versions.tomlcompose-multiplatform-animationcatalog entry at1.11.0-beta02KmpFeatureConventionPlugin.ktcommonMaindeps (covers all 6 feature modules)core/ui/build.gradle.ktsapp/build.gradle.ktsAgent workspace bootstrap
AGENTS.md<process>— SDK detection + proto submodule init.skills/project-overview/SKILL.mdVersion alignment verified
All CMP artifacts confirmed aligned with the 1.11.0-beta02 release manifest:
1.11.0-beta021.11.0-alpha061.3.0-alpha062.11.0-alpha031.1.0-rc011.1.0-alpha01