Skip to content

Conversation

sarahhaggarty
Copy link
Collaborator

This PR adds information about the Kotlin daemon for Kotlin 2.2.20 release.

@sarahhaggarty sarahhaggarty requested a review from a team as a code owner August 26, 2025 15:18

There are two common lifetime strategies for the Kotlin daemon:

* **Short-lived daemon**: Used when the client (like a build system) is long-running. The daemon shuts down shortly after the
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not sure about the naming "short-lived" and "long-lived".
Just as an idea, we may call them "attached" and "detached", where attached has its lifetime attached to the client process and detached is based on timeouts and last usage

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Works for me! Added.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants