api / org.gradle.plugins.ide.idea.model / IdeaModule / iml

iml

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

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

For example see docs for IdeaModule.

open fun iml(action: Action<in IdeaModuleIml>): Unit

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

For example see docs for IdeaModule.

Since
3.5