gradle
8.2
Java API
gradle
/
org.gradle.api.provider
/
ListProperty
/
convention
convention
Java API
abstract
fun
convention
(
@
Nullable
elements
:
Iterable
<
out
T
>
)
:
ListProperty
<
T
>
abstract
fun
convention
(
provider
:
Provider
<
out
Iterable
<
out
T
>
>
)
:
ListProperty
<
T
>