https://kotlinlang.org logo
#multiplatform
Title
# multiplatform
p

Patrick Jackson

04/15/2020, 2:05 PM
Anyone know of a fix for AS jumping to decompiled source rather than actual source file when jumping to declaration of a class/var/etc? For example cmd + click on a KMP class reference jumps to decompiled code. This only happens when doing this in code in another module. https://stackoverflow.com/questions/61230781/kotlin-multiplatform-go-to-declaration-goes-to-decompiled-code
l

louiscad

04/15/2020, 9:14 PM
It sounds like a but to report on kotl.in/issue, attaching the SO post would also be helpful.
p

Patrick Jackson

04/16/2020, 12:10 PM
Must be a bug..I've experienced this for probably a > year. Chalked it up to being experimental status...created an issue here https://youtrack.jetbrains.com/issue/KT-38309?project=kt
t

Thomas

04/16/2020, 12:26 PM
I have this as well. If I do a gradle clean then it works correctly for me until I build again.
4 Views