I can't believe it took me so long to realize that...
# compose
m
I can't believe it took me so long to realize that constraint layout exists in jetpack compose lol
e
flattening the hierarchy for performance isn't as important in Compose as it was with Views, so don't feel the need to use ConstraintLayout unless it really is the best way to achieve your desired layout
also (given this is the #compose channel and not #compose-android) it's not yet available for multiplatform: https://github.com/JetBrains/compose-multiplatform/issues/858