toggle menu
kotlin-jupyter-kernel
0.14.1-500
jvm
switch theme
search in API
shared-compiler
/
org.jetbrains.kotlinx.jupyter.startup.parameters
/
KernelOwnParams
/
KernelOwnParams
Kernel
Own
Params
constructor
(
scriptClasspath
:
List
<
File
>
=
emptyList()
,
homeDir
:
File
?
,
debugPort
:
Int
?
=
null
,
clientType
:
String
?
=
null
,
jvmTargetForSnippets
:
String
?
=
null
,
replCompilerMode
:
ReplCompilerMode
=
ReplCompilerMode.DEFAULT
,
extraCompilerArguments
:
List
<
String
>
=
emptyList()
)