Package-level declarations
Types
Link copied to clipboard
Link copied to clipboard
interface CompilerArgsConfigurator
This interface defines the command line arguments that are being applied to the Kotlin Compiler as part of the ScriptCompilationConfiguration. The syntax is the same as CLI Compiler Arguments, e.g., -no-stdlib
. The validity of arguments is not checked until the compiler is invoked and any errors will be reported back through ResultDiagnostics.
Link copied to clipboard
class DefaultCompilerArgsConfigurator(jvmTargetVersion: String = JavaRuntime.version) : CompilerArgsConfigurator
This class defines the default compiler arguments used to compile snippets.
Link copied to clipboard
class JupyterScriptClassGetter(previousScriptClassesProvider: PreviousScriptClassesProvider) : GetScriptingClassByClassLoader
Link copied to clipboard
Link copied to clipboard
interface ScriptDataCollector
Link copied to clipboard
Link copied to clipboard
interface ScriptDeclarationsProvider
Link copied to clipboard