Strum355
06/29/2021, 1:26 PMDeserializedTypeAliasDescriptor
, it brings me to the decompiled class file. Meanwhile a symbol search gives the correct Kotlin source file DeserializedMemberDescriptor.kt
. Any ideas? I have compileOnly(kotlin("compiler-embeddable"))
in my gradle file, and relocate("com.intellij", "<http://org.jetbrains.kotlin.com|org.jetbrains.kotlin.com>.intellij")
when creating a JAR, but I dont believe that is relevant here as the package name is the same in both source and class file.raulraja
06/29/2021, 4:22 PMStrum355
06/29/2021, 4:24 PMraulraja
06/29/2021, 4:29 PMrnett
06/29/2021, 5:21 PM