Are the new Kotlin compilers multi-platform? In ot...
# compiler
p
Are the new Kotlin compilers multi-platform? In other words, can I compile the compiler to JS (or web-assembly in the future) so I can run the compiler itself in a browser. Perhaps already documented somewhere but couldn’t find it.
d
Kotlin compiler is JVM only. It contains some code in java and also uses some JVM dependencies which can not be replaced by anything else (e.g. PSI from intellij as a base for parse tree)