Package org.gradle.kotlin.dsl
Class MapPropertyExtensionsKt
-
- All Implemented Interfaces:
public final class MapPropertyExtensionsKt
-
-
Method Summary
-
-
Method Detail
-
putFrom
final static <K extends Any, V extends Any> Unit putFrom(MapProperty<K, V> $self, K key, Provider<out V> providerOfValue)
Adds a map entry to the property value.
Same as MapProperty.put, but uses a different name to avoid an overload resolution ambiguity in case the value type is
Any.- Parameters:
key- the keyproviderOfValue- the provider of the value
-
-
-
-