Hi everyone! I see this in `SubcomposeLayout.kt` :...
# compose
j
Hi everyone! I see this in
SubcomposeLayout.kt
:
"Intrinsic measurements are not currently supported by SubcomposeLayout"
Will intrinsic measurements soon be supported in
SubcomposeLayout
? Or is the intention for it to never support intrinsic measurements?
a
could you please share what is your use case?
s
You can use matchParentSize() but it's only available for Box type.
More details linked in my stack overflow post ^