All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.jetbrains.kotlinx.jupyter.repl.result.SerializedCompiledScript.kt Maven / Gradle / Ivy

package org.jetbrains.kotlinx.jupyter.repl.result

import kotlinx.serialization.Serializable

@Serializable
data class SerializedCompiledScript(
    val fileName: String,
    val data: String,
    val isImplicitReceiver: Boolean,
)




© 2015 - 2025 Weber Informatics LLC | Privacy Policy