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