###
Toggle table of contents
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
###
plugin
/
org.danbrough.xtras
/
xtrasProperty
xtras
Property
inline
fun
<
T
:
Any
>
Project
.
xtrasProperty
(
key
:
String
,
noinline
defaultValue
:
(
)
->
T
=
{ error("$key not set") }
)
:
Property
<
T
>
inline
fun
<
T
:
Any
>
Project
.
xtrasProperty
(
key
:
String
,
defaultValue
:
T
)
:
Property
<
T
>