file

open fun file(@DelegatesTo(value = XmlFileContentMerger::class) closure: Closure)(source)

Enables advanced configuration like tinkering with the output XML or affecting the way existing .project content is merged with gradle build information

The object passed to whenMerged{} and beforeMerged{} closures is of type Project

For example see docs for EclipseProject


open fun file(action: Action<out Any>)(source)

Enables advanced configuration like tinkering with the output XML or affecting the way existing .project content is merged with gradle build information. For example see docs for EclipseProject