kt-mpp
Toggle table of contents
5.1.11
jvm
Platform filter
jvm
Switch theme
Search in API
kt-mpp
kt-mpp
/
io.github.gciatto.kt.mpp.utils
/
maybeRegister
maybe
Register
inline
fun
<
T
:
Task
>
Project
.
maybeRegister
(
name
:
String
,
noinline
configuration
:
T
.
(
)
->
Unit
=
{}
)
:
TaskProvider
<
T
>