iml

open fun iml(@DelegatesTo(value = IdeaModuleIml::class) closure: Closure)(source)

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>)(source)

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