the
Returns the extension of the specified type.
Type Parameters
T
the extension type.
fun <T : Any> ERROR CLASS: Symbol not found for ExtensionAware.the(extensionType: KClass<T>): T(source)
Returns the extension of the specified extensionType.
Parameters
extension Type
the reified extension type.
Type Parameters
T
the extension type.
Returns the org.gradle.api.plugins.ExtensionAware of the specified type.
Type Parameters
T
the project extension type.
See also
org. gradle. api. plugins. Extension Aware