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
After updating from constraintlayout-compose 1.0.1 to 1.1.1 we are getting runtime exceptions due to a binary incompatibility that was caused most probably by the following change:
Exception: `java.lang.NoSuchMethodError: No static method rememberConstraintLayoutMeasurePolicy(ILandroidx/constraintlayout/compose/ConstraintLayoutScope;Landroidx/compose/runtime/MutableState;Landroidx/constraintlayout/compose/Measurer;Landroidx/compose/runtime/Composer;I)Lkotlin/Pair;`
Some of our dependencies are compiled against the older version 1.0.1 blocking us from updating.
Looking at the previous usage, the removed method was internal and annotated with `@PublishedAPI` but the calling function was inline causing the removed method to be invoked.