api / org.gradle.plugins.ide.idea.model / IdeaProject / ipr

ipr

open fun ipr(closure: Closure<Any>): Unit

Enables advanced configuration like tinkering with the output XML or affecting the way existing *.ipr content is merged with Gradle build information.

See the examples in the docs for IdeaProject

open fun ipr(action: Action<in XmlFileContentMerger>): Unit

Enables advanced configuration like tinkering with the output XML or affecting the way existing *.ipr content is merged with Gradle build information.

See the examples in the docs for IdeaProject

Since
3.5