I am facing a weird issue. Whenever I `cmd + click...
# compose
z
I am facing a weird issue. Whenever I
cmd + click
on any standard
Composable
it takes me to the class file instead of the kt file. e.g. When I
cmd + click
on
Image
it takes me to
ImageKT.class
file instead of
Image.kt
file. Anyone can help me with this?
👍 3
a
broken for canary 13, can’t find the thread
z
ok, thanks for the info.
a
I open an older version when it happens, then run the latest app again
works for some reason
eventually gave up and just stuck to Canary 8 for now so nothing breaks
z
It used to work for canary 12. after you reply I downgraded to 12 but for some reason it doesn’t work now. For now I am relying on the website. will check later.
s
I need canary 13 to migrate to alpha04 😞
a
ah, actually
it’s been since 12
s
12 was working fine for me
a
it works when you just came from old version
s
Does it work with a non-canary version?
a
idk
i used canary 8, or 10
s
okay
j
Here it is
Having the same issue on my side
m
Same here. It’s really annoying because one project i created way back when on like canary 2 or something is working fine, but then i use the project i created on canary 12, i see class files and not sources. And with what i’m doing, i’m relying heavily on being able to see the source files so i can see default values for things (like how different objects are determining their background color, etc…)
j
inspecting sources is a hard requirement for almost any non trivial compose work atm
It's reported so I'm sure it'll get a fix soon. You can star it, in the meantime 🙂
b
In the mean time, where to view the sources directly? Thanks
e