setDisallowChanges
fun <T> ListProperty<T>.setDisallowChanges(value: Provider<out Iterable<T>>?, handleNullable: ListProperty<T>.() -> Unit)(source)
fun <K, V> MapProperty<K, V>.setDisallowChanges(map: Provider<Map<K, V>>?, handleNullable: MapProperty<K, V>.() -> Unit)(source)