kotlin-jupyter-kernel
Toggle table of contents
0.14.1-514
jvm
Platform filter
jvm
Switch theme
Search in API
kotlin-jupyter-kernel
shared-compiler
/
org.jetbrains.kotlinx.jupyter.libraries
/
LibraryDescriptorFormatVersion
Library
Descriptor
Format
Version
@
Serializable
(
with
=
LibraryDescriptorFormatVersionSerializer::class
)
class
LibraryDescriptorFormatVersion
(
val
major
:
Int
,
val
minor
:
Int
)
Members
Constructors
Library
Descriptor
Format
Version
Link copied to clipboard
constructor
(
major
:
Int
,
minor
:
Int
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
major
Link copied to clipboard
val
major
:
Int
minor
Link copied to clipboard
val
minor
:
Int
Functions
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String