Hello guys. Is there a way somehow to inspect layo...
# compose-desktop
c
Hello guys. Is there a way somehow to inspect layout of compose desktop apps?
d
i think you cannot do that because layour inspector just working in android toolkit, but in native ... hope jetbrains idea team can make that possible.
m
In the meantime you can add
Modifier.border(1.dp, Color.Red)
to things you want to check. Not great but works in a pinch.
d
I dont think this solution we just wanna see how many recompostion count.
m
Yeah that's a different issue then.