the

inline fun <T : Any> ERROR CLASS: Symbol not found for ExtensionAware.the(): T(source)

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

extensionType

the reified extension type.

Type Parameters

T

the extension type.


inline fun <T : Any> ERROR CLASS: Symbol not found for Project.the(): T(source)
fun <T : Any> ERROR CLASS: Symbol not found for Project.the(extensionType: KClass<T>): T(source)

Returns the org.gradle.api.plugins.ExtensionAware of the specified type.

Type Parameters

T

the project extension type.

See also

org.gradle.api.plugins.ExtensionAware