kotlin-compiler-server icon indicating copy to clipboard operation
kotlin-compiler-server copied to clipboard

Server for executing kotlin code

Results 54 kotlin-compiler-server issues
Sort by recently updated
recently updated
newest added

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more. ## Open These updates have all been created already. Click a checkbox below to...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | openjdk | final | major | `11-jdk` -> `20-jdk` | |...

Add an query argument for adding dead code elimination step before IR to JS translating

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...

I tried to add the kotlinx.html dependency for JS compilation. It seems to work ok with legacy compilation, but IR compilation is not resolving the import. Steps: 1. Add `maven("https://maven.pkg.jetbrains.space/public/p/kotlinx-html/maven")`...

I simply clone this repo, compile & run it locally on localhost:8080. When sending the same request as on your documentation page: ``` curl -X POST \ http://localhost:8080/api/compiler/run \ -H...

I run the dockerized version on my VM, which I use to compile codes, and after a while, it fails with the following error, and I should restart the docker...

Hi there. I'm learning KMM and I have written a test project Kotlin library. I wanted to make a quick website which showed the documentation and also had a window...