Description
Kotlin code can be tried interactively without creating a full project first.
It is useful for learning language features, testing small snippets, and exploring JVM libraries from a terminal. Code entered in an interactive shell runs on your machine, so avoid pasting untrusted commands or secrets.