KotlinKernelHost
Interface representing kernel engine, the core facility for compiling and executing code snippets
Functions
Link copied to clipboard
Link copied to clipboard
Adds new libraries via their definition. Fully interchangeable with %use
approach
Link copied to clipboard
Link copied to clipboard
Declares global variables for notebook
Link copied to clipboard
Link copied to clipboard
Executes code immediately. Note that it may lead to breaking the kernel state in some cases
Link copied to clipboard
Loads Kotlin standard artifacts (org.jetbrains.kotlin:kotlin-$name:$version)
Link copied to clipboard
Loads Kotlin standard library extensions for a current JDK
Link copied to clipboard
Schedules execution of the given execution after the completing of execution of the current cell
Link copied to clipboard