Kotlin
Runtime plugin adding support for evaluating Kotlin in an interactive shell. Applying this plugin will automatically install the Jvm plugin.
This plugin adds custom guest classpath entries using the Jvm plugin configuration which are necessary for the GuestKotlinEvaluator to function, such as the Kotlin standard library, the scripting runtime, and a custom JAR providing helper classes used to interface with the guest context from the host.
See also
GuestKotlinEvaluator