toggle menu
MiniKotlinCompiler
1.0-SNAPSHOT
jvm
switch theme
search in API
MiniKotlinCompiler
/
org.example.compiler
/
JavaRuntimeCompiler
/
compileAndExecute
compile
And
Execute
fun
compileAndExecute
(
sourceFile
:
Path
,
stdlibPath
:
Path
?
=
null
,
args
:
Array
<
String
>
=
emptyArray()
)
:
Pair
<
CompilationResult
,
ExecutionResult
?
>