I asked this in <#C3PQML5NU|>, but it was suggeste...
# intellij
l
I asked this in #C3PQML5NU, but it was suggested I ask here instead: Is it just me, or has the "show kotlin bytecode" feature never worked on multiplatform projects? As far back as I can remember, I always got an error mesage (and an exception) when using it. If it's not supported, wouldn't it make sense to just disable the tool when using multiplatform? Specifically, the exception that is thrown is:
Copy code
org.jetbrains.kotlin.analysis.api.components.KaCodeCompilationException: org.jetbrains.kotlin.analysis.low.level.api.fir.compile.CyclicInlineDependencyException: Inline functions have a cyclic dependency:
[com.dhsdevelopments.kap/instr.kt].
The error is not related to the specific file I'm trying to decompile. It happens with every kt file in the
common
source directory. The ones in the
jvm
directory works fine.
e
It worked. But it doesn't work anymore since a couple IDE versions I believe.
l
I'm pretty sure it hasn't worked since I started this multiplatform project I've been working on.
First commit is early 2020.
Maybe I didn't test it early on, but I'm pretty sure it didn't work in 2022.