###
Toggle table of contents
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
###
plugin
/
org.danbrough.xtras
/
TaskNames
Task
Names
object
TaskNames
Members
Properties
ACTION_
DOWNLOAD
Link copied to clipboard
const
val
ACTION_DOWNLOAD
:
String
ACTION_
EXTRACT
Link copied to clipboard
const
val
ACTION_EXTRACT
:
String
GROUP_
BUILD
Link copied to clipboard
const
val
GROUP_BUILD
:
String
GROUP_
PACKAGE
Link copied to clipboard
const
val
GROUP_PACKAGE
:
String
GROUP_
SOURCE
Link copied to clipboard
const
val
GROUP_SOURCE
:
String
TASK_
PREFIX
Link copied to clipboard
const
val
TASK_PREFIX
:
String
XTRAS_
TASK_
GROUP
Link copied to clipboard
const
val
XTRAS_TASK_GROUP
:
String
Functions
create
Link copied to clipboard
fun
create
(
group
:
String
,
action
:
String
?
,
libraryName
:
String
?
=
null
,
target
:
KonanTarget
?
=
null
)
:
String