Skip to content

chore: bump cmp to 1.10.0#104

Merged
l2hyunwoo merged 1 commit intomainfrom
feat/version-bump-cmp
Jan 14, 2026
Merged

chore: bump cmp to 1.10.0#104
l2hyunwoo merged 1 commit intomainfrom
feat/version-bump-cmp

Conversation

@l2hyunwoo
Copy link
Copy Markdown
Collaborator

@l2hyunwoo l2hyunwoo commented Jan 14, 2026

🎯 Goal

Describe the big picture of your changes here to communicate to the maintainers why we should accept this pull request. If it fixes a bug or resolves a feature request, be sure to link to that issue.

  • bump cmp to 1.10.0

🛠 Implementation details

Describe the implementation details for this Pull Request.

✍️ Explain examples

Explain examples with code for this updates.

Preparing a pull request for review

Ensure your change is properly formatted by running:

$ ./gradlew spotlessApply

Then dump binary API of this library that is public in sense of Kotlin visibilities and ensures that the public binary API wasn't changed in a way that make this change binary incompatible.

./gradlew apiDump

Please correct any failures before requesting a review.

Code reviews

All submissions, including submissions by project members, require review. We use GitHub pull requests for this purpose. Consult GitHub Help for more information on using pull requests.

Summary by CodeRabbit

  • Chores
    • Updated Android Activity library to version 1.12.2
    • Updated Compose Multiplatform to version 1.10.0 (from release candidate)

✏️ Tip: You can customize this high-level summary in your review settings.

@l2hyunwoo l2hyunwoo self-assigned this Jan 14, 2026
@l2hyunwoo l2hyunwoo requested a review from skydoves as a code owner January 14, 2026 01:49
@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai Bot commented Jan 14, 2026

Walkthrough

This pull request updates two dependencies in the Gradle version catalog: androidxActivity from 1.12.1 to 1.12.2 and composeMultiplatform from 1.10.0-rc02 to 1.10.0 (release candidate to stable).

Changes

Cohort / File(s) Summary
Dependency Version Updates
gradle/libs.versions.toml
Updated androidxActivity to 1.12.2 (patch bump) and composeMultiplatform to 1.10.0 (rc to stable release)

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Poem

🐰 Hop, hop, the versions spring,
From rc to stable, what joy they bring!
A patch here, a release there,
Dependencies updated with utmost care!
Our gradle now hops in sync,
Nothing to overthink! 🌟

🚥 Pre-merge checks | ✅ 2 | ❌ 1
❌ Failed checks (1 inconclusive)
Check name Status Explanation Resolution
Description check ❓ Inconclusive The description mostly follows the template structure but lacks substantial content in critical sections. The Goal section only states 'bump cmp to 1.10.0' without explanation; Implementation details and Examples sections are empty placeholders. Expand the Goal section to explain the purpose and benefits of upgrading CMP, and provide brief implementation details about what was changed and why.
✅ Passed checks (2 passed)
Check name Status Explanation
Title check ✅ Passed The title 'chore: bump cmp to 1.10.0' clearly and specifically describes the main change: bumping Compose Multiplatform (cmp) to version 1.10.0, which matches the primary modification in gradle/libs.versions.toml.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.


Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Copy link
Copy Markdown
Contributor

@coderabbitai coderabbitai Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 1

🤖 Fix all issues with AI agents
In `@gradle/libs.versions.toml`:
- Line 21: The composeMultiplatform entry currently points to a non-existent
stable "1.10.0"; update the composeMultiplatform value in libs.versions.toml to
a published version (e.g., "1.10.0-rc02") or revert it to the prior stable
version you were using; ensure the identifier composeMultiplatform is the one
you change so the dependency manager resolves a valid published artifact and
rebuilds successfully.
📜 Review details

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between 2d8235c and f85c385.

📒 Files selected for processing (1)
  • gradle/libs.versions.toml
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (3)
  • GitHub Check: API check
  • GitHub Check: Spotless check
  • GitHub Check: build
🔇 Additional comments (1)
gradle/libs.versions.toml (1)

11-11: Patch version bump looks good.

The androidxActivity bump to 1.12.2 is a valid patch update. However, this change isn't mentioned in the PR title/description (which only references the composeMultiplatform 1.10.0 bump)—consider noting it for clarity.

Comment thread gradle/libs.versions.toml
@l2hyunwoo l2hyunwoo merged commit 21bb1b8 into main Jan 14, 2026
4 checks passed
@l2hyunwoo l2hyunwoo deleted the feat/version-bump-cmp branch January 14, 2026 04:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant