We are happy to announce the release of ConstraintLayout 2.1.0 rc01, the release candidate for 2.1, as well as the 1.0.0 beta01 release for ConstraintLayout in Jetpack Compose
dependencies {
implementation 'androidx.constraintlayout:constraintlayout:2.1.0-rc01'
}
implementation 'androidx.constraintlayout:constraintlayout-compose:1.0.0-beta01'
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.