Is the issue of the source code not being shown on...
# intellij
n
Is the issue of the source code not being shown on demand going to be sorted during one of the Kotlin 1.6.x releases? When using ctrl+b on an element in a Kotlin source file only the metadata is shown, eg:
Copy code
// IntelliJ API Decompiler stub source generated from a class file
// Implementation of methods is not available

package io.gitlab.embedSoft.lvglKt.core.lvglObject

public final enum class LvglPart private constructor() : kotlin.Enum<io.gitlab.embedSoft.lvglKt.core.lvglObject.LvglPart> {
    MAIN,

    SCROLLBAR,

    INDICATOR,

    KNOB,

    SELECTED,

    ITEMS,

    TICKS,

    CURSOR,

    CUSTOM_FIRST;
}
a
It may work for some code constructions/projects, but not for others. Can you please create a YouTrack issue with a sample project to reproduce?
n
Here is the issue in the Kotlin Issue Tracker: https://youtrack.jetbrains.com/issue/KT-51781
🙏 1