androidx / constraintlayout

ConstraintLayout is an Android layout component which allows you to position and size widgets in a flexible way
Apache License 2.0
1.07k stars 177 forks source link

constraintlayout-compose unnecessarily depends on androidx.compose.material #643

Closed alexjlockwood closed 1 year ago

alexjlockwood commented 2 years ago

I don't see why there is any need for the constraintlayout-compose library to depend on the androidx.compose.material artifact:

https://github.com/androidx/constraintlayout/blob/main/constraintlayout/compose/build.gradle#L53

jafu888 commented 2 years ago

It is a bug