I’m using compose multiplatform in one of my proje...
# compose-desktop
l
I’m using compose multiplatform in one of my projects at work, and I can’t get the AS Dolphin Layout Inspector to work. I’ve added
compose.uiTooling
to my androidMain and enabled view attributes in developer settings, but whenever I check the Layout Inspector, I only see the top level container view. When I expand it, I only see DisposableEffect and two SideEffects (which I’m not directly using).
d
Maybe it's because of import paths. We plan to support multiplatform Layout inspector in the future.