Package-level declarations

Types

Link copied to clipboard

Runtime plugin adding support for evaluating Kotlin in an interactive shell. Applying this plugin will automatically install the Jvm plugin.

Link copied to clipboard

Configuration for the Kotlin plugin.

Functions

Link copied to clipboard

Execute the given Kotlin source code as an interactive snippet, returning the result. This is equivalent to calling PolyglotContext.evaluate and selecting Kotlin as source language with an interactive source.

Link copied to clipboard

Execute the given source file as a Kotlin Script, returning the result. This is equivalent to calling PolyglotContext.evaluate and selecting Kotlin as source language with a non-interactive source.

Execute the given source code as a Kotlin Script, returning the result. This is equivalent to calling PolyglotContext.evaluate and selecting Kotlin as source language with a non-interactive source.