Package-level declarations
Types
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.