https://kotlinlang.org logo
Title
m

mbonnin

12/12/2021, 8:15 PM
Not sure if it's a coroutines thing or a more global thing but Command-Clicking symbols like
catch
or
retry
in IntelliJ take me to a decompiled stub instead of the source. Is there anything I can do about this?
I'm using coroutines 1.5.2
e

elizarov

12/13/2021, 11:57 AM
l

louiscad

12/13/2021, 11:58 AM
It's not just the debugger.
e

elizarov

12/13/2021, 11:58 AM
Yes.
l

louiscad

12/13/2021, 11:59 AM
Several
flow
operators are also affected (beyond
catch
and
retry
) when
@file:JvmName
is used. I really hope this can be prioritized, it's been standing here for years and gets in the way of having access to quick-doc and code.
1