iml



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

Deprecated

Will be removed in Gradle 10.

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)

Deprecated

Will be removed in Gradle 10.

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