Change theme
Help
Press space for more information.
Show links for this issue (Shortcut: i, l)
Copy issue ID
Previous Issue (Shortcut: k)
Next Issue (Shortcut: j)
Sign in to use full features.
Vote: I am impacted
Notification menu
Refresh (Shortcut: Shift+r)
Go home (Shortcut: u)
Pending code changes (auto-populated)
View issue level access limits(Press Alt + Right arrow for more information)
Unintended behavior
View staffing
Description
Context parameters KEEP specifies order of parameters that is binary compatible with context parameters and extension receivers. Compose does not always follow that, in particular it puts extension receiver before context parameters when generating
$changed
.Ideally, we should address this before context parameters are out, so binary compatibility of Compose libraries is not affected (before Kotlin 2.1.20 release).