gradle
8.2.1
Java API
gradle
/
org.gradle.api.provider
/
MapProperty
/
empty
empty
Java API
abstract
fun
empty
(
)
:
MapProperty
<
K
,
V
>
Sets the value of this property to an empty map, and replaces any existing value.
Return
this property.