Package-level declarations
Types
Link copied to clipboard
Link copied to clipboard
This class wraps the low-level output of evaluating a single snippet in the Kotlin compiler.
Link copied to clipboard
interface InternalMetadata
This interface represents the changes to the compiler environment that has happened as a result of evaluating one or more notebook cells.
Link copied to clipboard
data class InternalMetadataImpl(val compiledData: SerializedCompiledScriptsData = SerializedCompiledScriptsData.EMPTY, val newImports: List<String> = emptyList()) : InternalMetadata
Link copied to clipboard
Link copied to clipboard
@Serializable
Link copied to clipboard
@Serializable
Functions
Link copied to clipboard
fun buildScriptsData(action: SerializedCompiledScriptsData.Builder.() -> Unit): SerializedCompiledScriptsData