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

the

inline fun <reified T : Any> Project.the(): T
fun <T : Any> Project.the(extensionType: KClass<T>): T

Returns the plugin convention or extension of the specified type.