gradle
Toggle table of contents
9.1.0-20250628022042+0000
DSL
Platform filter
DSL
Switch theme
Search in API
gradle
gradle
/
org.gradle.kotlin.dsl
/
withGroovyBuilder
with
Groovy
Builder
DSL
inline
fun
<
T
>
Any
.
withGroovyBuilder
(
builder
:
GroovyBuilderScope
.
(
)
->
T
)
:
T
(
source
)
Executes the given
builder
against this object's
GroovyBuilderScope
.
See also
Groovy
Builder
Scope