gradle
8.2-milestone-1
Kotlin DSL
gradle
/
org.gradle.plugins.ide.idea.model
/
IdeaWorkspace
/
iws
iws
open
fun
iws
(
@
DelegatesTo
(
value
=
XmlFileContentMerger::class
)
closure
:
Closure
)
open
fun
iws
(
action
:
Action
<
out
Any
>
)
Enables advanced manipulation of the output XML.
For example see docs for
IdeaWorkspace
open
var
iws
:
XmlFileContentMerger