toggle menu
gradle
8.11.1
DSL
switch theme
search in API
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