api / org.gradle.kotlin.dsl / org.gradle.api.Project / configure

configure

inline fun <reified T : Any> Project.configure(noinline configuration: T.() -> Unit): Unit

Executes the given configuration block against the plugin convention or extension of the specified type.

Parameters

T - the plugin convention type.

configuration - the configuration block.

See Also

Convention.getPlugin