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

prevents prints that happen after (user's) `main` `return`s from polluting stdout. Context: https://stackoverflow.com/questions/75714151/kotlin-coroutines-order-of-printing-logs/75760394#75760394

## Description The auto-completion feature in the Kotlin Compiler Server does not support type-safe builders when used in a standalone context outside of a function, which is the scenario for...

New samples in a repository https://github.com/JetBrains/kotlin-web-site Commit: https://github.com/JetBrains/kotlin-web-site/commit/39e22dfc123923b339c6fcbce99b53810f787dd4 Files: [docs/topics/set-operations.md](https://github.com/JetBrains/kotlin-web-site/blob/39e22dfc123923b339c6fcbce99b53810f787dd4/docs/topics/set-operations.md)

Bumps [com.fasterxml.jackson.module:jackson-module-kotlin](https://github.com/FasterXML/jackson-module-kotlin) from 2.15.2 to 2.16.0. Commits 2a6f5cf [maven-release-plugin] prepare release jackson-module-kotlin-2.16.0 4d6a77b Prepare for 2.16.0 release fc47a94 Merge pull request #723 from k163377/add-inject-test 07552a5 Add test for #722 16e523a...

dependencies

Bumps io.spring.dependency-management from 1.1.3 to 1.1.4. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=io.spring.dependency-management&package-manager=gradle&previous-version=1.1.3&new-version=1.1.4)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies

Bumps `jacksonVersionKotlinDependencyJar` from 2.14.0 to 2.16.0. Updates `com.fasterxml.jackson.core:jackson-databind` from 2.14.0 to 2.16.0 Commits See full diff in compare view Updates `com.fasterxml.jackson.core:jackson-core` from 2.14.0 to 2.16.0 Commits 2af46f1 [maven-release-plugin] prepare release...

dependencies

Bumps org.springframework.boot from 2.7.10 to 3.1.5. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.springframework.boot&package-manager=gradle&previous-version=2.7.10&new-version=3.1.5)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies

This is a feature request - it would be great if official images for various kotlin versions could be published into docker hub so there's no need to clone and...

Can we get this in by default please, just like coroutines already are? It's an official library after all.