Question: Suppose I have an extension that contain...
# plugin-development
k
Question: Suppose I have an extension that contains a
NamedDomainObjectContainer<MyClass>
and a
ConfigurableFileCollection
, and I wish to populate the former by using the latter. Would something like
addAllLater(files.elements.map { ... })
do the trick?