Does anybody know how to make "Show kotlin bytecod...
# getting-started
j
Does anybody know how to make "Show kotlin bytecode" in Itnellij IDEA work with kotlin multiplatform? For me, it just displays an error, while working fine for non-kotlin multiplatform projects
k
What do you expect it to do for non-JVM targets?
m
I think the problem is that it doesn’t work for common source sets. I would expect if JVM was one of the targets then the code in the common source set could be compiled to byte code and the “Show Kotlin bytecode” button would work.
j
YEah, it doesn't work even for the simplest case when I only have "common" code, and nothing platform-specific
t
Would be great if this tool could also display compiled JS code for KotlinJS