I seem to have a problem getting this code to reso...
# compose
o
I seem to have a problem getting this code to resolve
constrainAs
and
top
https://developer.android.com/codelabs/jetpack-compose-layouts?continue=https%3A%2F%2Fd[…]developer.android.com%2Fcodelabs%2Fjetpack-compose-layouts even though I’ve included the library needed for ConstraintLayout and I’m using compose 1.0.5
even just defining
ConstraintLayout
and trying to define its content will produce this error, without even defining any content inside
👋🏻