You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I am using ConstraintLayout Compose version 1.0.1-alpha07 and I noticed that the property id of ConstraintLayoutReference is now internal, whereas it was public in version 1.0.1. This change makes it difficult to create different constraint sets dynamically, as I have to use createRefFor or createRefsFor functions instead of directly referencing the ids of the references. Is there a reason for making this property internal? If not, could you please consider making it public again, or provide a way to create constraints statically with a modifier like Modifier.layoutId? Thank you for your attention and your great work on this library.
The text was updated successfully, but these errors were encountered:
Hello, I am using ConstraintLayout Compose version 1.0.1-alpha07 and I noticed that the property
id
ofConstraintLayoutReference
is now internal, whereas it was public in version 1.0.1. This change makes it difficult to create different constraint sets dynamically, as I have to usecreateRefFor
orcreateRefsFor
functions instead of directly referencing the ids of the references. Is there a reason for making this property internal? If not, could you please consider making it public again, or provide a way to create constraints statically with a modifier likeModifier.layoutId
? Thank you for your attention and your great work on this library.The text was updated successfully, but these errors were encountered: