api / org.gradle.kotlin.dsl / kotlin.Any / withGroovyBuilder

withGroovyBuilder

inline fun <T> Any.withGroovyBuilder(builder: GroovyBuilderScope.() -> T): T

Executes the given builder against this object's GroovyBuilderScope.

See Also

GroovyBuilderScope