toggle menu
gradle
8.11.1
API
switch theme
search in API
gradle
/
org.gradle.util
/
WrapUtil
/
toList
to
List
API
@
SafeVarargs
open
fun
<
T
>
toList
(
items
:
Array
<
T
>
)
:
List
<
T
>
(
source
)
open
fun
<
T
>
toList
(
items
:
Iterable
<
out
T
>
)
:
List
<
T
>
(
source
)
Wraps the given items in a mutable list.