###
Toggle table of contents
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
###
plugin
/
org.danbrough.xtras.tasks
Package-level
declarations
Types
Functions
Properties
Types
CInterops
Config
Link copied to clipboard
class
CInteropsConfig
(
val
library
:
XtrasLibrary
)
CInterops
Target
Writer
Link copied to clipboard
typealias
CInteropsTargetWriter
=
CInteropsConfig
.
(
XtrasLibrary
,
KonanTarget
,
PrintWriter
)
->
Unit
Script
Environment
Link copied to clipboard
typealias
ScriptEnvironment
=
MutableMap
<
String
,
Any
>
Script
Task
Link copied to clipboard
abstract
class
ScriptTask
:
Exec
Properties
default
CInterops
Target
Writer
Link copied to clipboard
val
defaultCInteropsTargetWriter
:
CInteropsTargetWriter
Functions
build
Script
Link copied to clipboard
fun
XtrasLibrary
.
buildScript
(
config
:
ScriptTask
.
(
)
->
Unit
)
cinterops
Link copied to clipboard
fun
XtrasLibrary
.
cinterops
(
action
:
Action
<
CInteropsConfig
>
)
xtras
Konan
Deps
Link copied to clipboard
fun
Task
.
xtrasKonanDeps
(
target
:
KonanTarget
)