https://kotlinlang.org logo
#compose
Title
# compose
v

Ville Orkas

10/12/2023, 12:58 PM
Hey, has anyone noticed that the layout inspector is broken in 1.6.0-alpha07? If i use 1.6.0-alpha06 it works fine.
I just get a yellow bar that says "Compose inspection is not available."
a

ascii

10/12/2023, 3:04 PM
You're right, it's broken. This is the full error I get:
I have these, same as before. Worked earlier, but not with alpha07.
Copy code
implementation(libs.androidx.compose.ui)
debugImplementation(libs.androidx.compose.ui.tooling)
implementation(libs.androidx.compose.ui.tooling.preview)
Would you mind filing an issue?
v

Ville Orkas

10/12/2023, 3:07 PM
You seem to be getting a more detailed error than me, could you file it instead?
a

ascii

10/12/2023, 3:09 PM
Wait a minute, I am indeed excluding
META-INF/*.version
from
packaging.resources
in my build.gradle.kts.
v

Ville Orkas

10/12/2023, 3:10 PM
I tried it without excluding anything, and it was still broken. With alpha06 it worked
a

ascii

10/12/2023, 3:15 PM
Hmm un-excluding kinda works. App UI shows up but Component Tree remains empty and there's no overlays either.
v

Ville Orkas

10/12/2023, 3:29 PM
I had the same happen