kotlin-compiler-server
kotlin-compiler-server copied to clipboard
fix(Kotlin/JS): replace deprecated Kotlin/JS IR compiler API with a n…
The PR provides a new way to compile JS with IR. The currently used API will be removed from the compiler soon, so the provided changes will prevent breaks on the compiler API side.