We are very happy to announce the release of ConstraintLayout 2.1.0, the final release for 2.1, as well as the 1.0.0 beta02 release for ConstraintLayout in Jetpack Compose
dependencies {
implementation 'androidx.constraintlayout:constraintlayout:2.1.0'
}
implementation 'androidx.constraintlayout:constraintlayout-compose:1.0.0-beta02'
More information about the new features in 2.1.0 can be found on the wiki, the source code is available on https://github.com/androidx/constraintlayout
More information about the new features in 1.0 can be found on the wiki, the source code is available on https://github.com/androidx/constraintlayout. Examples found here.