kcp-development
Toggle table of contents
0.0.1-SNAPSHOT
jvm
Platform filter
jvm
Switch theme
Search in API
kcp-development
core
/
dev.rnett.kcp.development.options
/
CompilerOptionsHost
/
flag
flag
fun
flag
(
name
:
String
,
description
:
String
,
required
:
Boolean
=
true
)
:
Lazy
<
CompilerOption.Singular
<
Boolean
>
>
(
source
)
fun
flag
(
name
:
String
,
defaultValue
:
Boolean
,
description
:
String
)
:
Lazy
<
CompilerOption.SingularWithDefault
<
Boolean
>
>
(
source
)