Skip to content

feat: cmp 1.10.3#559

Open
programadorthi wants to merge 19 commits into
mainfrom
feat/cmp-1.10.3
Open

feat: cmp 1.10.3#559
programadorthi wants to merge 19 commits into
mainfrom
feat/cmp-1.10.3

Conversation

@programadorthi
Copy link
Copy Markdown
Collaborator

@programadorthi programadorthi commented Mar 21, 2026

  • Kotlin 2.2.21
  • Compose Multiplatform 1.10.3
  • Other third-party libraries upgrades
  • Kodein breaking changes
  • KTLint 1.0.1 did a lot of format changes related to trailing comma

#556

@programadorthi programadorthi self-assigned this Mar 21, 2026
@programadorthi programadorthi added the enhancement New feature or request label Mar 21, 2026
navigatorSaver.saver(screens, key, stateHolder, disposeBehavior, parent)
}

return rememberSaveable(saver = saver, key = key) {
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Will this change the behaviour?

Copy link
Copy Markdown
Collaborator Author

@programadorthi programadorthi Mar 25, 2026

Choose a reason for hiding this comment

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

The main reason was deprecation. Previous saver hasn't a key in the remember arguments so we were reusing the same saver to different keys. Maybe remove from rememberSaveable and put to remember above.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants