Named Domain Object Collection Delegate Provider
Deprecated
Use 'val element = getByName(name)' instead. See the Gradle 9.6 upgrading guide.
Enables typed access to container elements via delegated properties.
Functions
Link copied to clipboard
operator fun provideDelegate(thisRef: Any?, property: KProperty<*>): ExistingDomainObjectDelegate<T?>