https://kotlinlang.org logo
o

Oussama Haff.

10/14/2020, 7:26 AM
Hello 👋 Is there a runtime layout inspector for Compose ? I’m using
onRoot().printToLog()
for tests, but I can’t find the equivalent for a running app.
v

Vinay Gaba

10/14/2020, 7:31 AM
This should help you if it’s just for debugging purposes - https://github.com/square/radiography/
👌 1
o

Oussama Haff.

10/14/2020, 7:47 AM
Thanks @Vinay Gaba this lib would help a lot !