delegatedProperty

inline fun <T> ObjectFactory.delegatedProperty(): DelegatedProperty<T>
inline fun <T> Project.delegatedProperty(): DelegatedProperty<T>
inline fun <T> ObjectFactory.delegatedProperty(initial: T): DelegatedProperty<T>
inline fun <T> Project.delegatedProperty(initial: T): DelegatedProperty<T>