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
By the time I was trying to implement constraintlayout-compose and material3 specific versions as a library, I noticed that material3 does not get to be properly validated.
According to the CI, correctly, only andesui-compose and constraintlayout-compose are not valid to be implemented in my project.
This likely means that once a library gets to be validated against the BoM, it doesn't matter which version the project applies, especially when it overwrites the current version of the BoM.
The text was updated successfully, but these errors were encountered:
By the time I was trying to implement
constraintlayout-compose
andmaterial3
specific versions as a library, I noticed thatmaterial3
does not get to be properly validated.According to the CI, correctly, only
andesui-compose
andconstraintlayout-compose
are not valid to be implemented in my project.CI Link Reference
Still, at the same time, I was adding a new specific version (1.1.0) for
material3
, which is beyond the version for the BoMPR Link Reference
This likely means that once a library gets to be validated against the BoM, it doesn't matter which version the project applies, especially when it overwrites the current version of the BoM.
The text was updated successfully, but these errors were encountered: