findByType

inline fun <T : Any> ERROR CLASS: Symbol not found for org.gradle.api.plugins.ExtensionContainer.findByType(type: KClass<T>): T?(source)
inline fun <T : Any> ERROR CLASS: Symbol not found for org.gradle.api.plugins.ExtensionContainer.findByType(type: KClass<T>): T?(source)

Kotlin extension function taking kotlin.reflect.KClass for org.gradle.api.plugins.ExtensionContainer.findByType.

See also

org.gradle.api.plugins.ExtensionContainer.findByType

inline fun <T : Any> ERROR CLASS: Symbol not found for ExtensionContainer.findByType(): T?(source)

Looks for the extension of a given type.

Return

the extension or null if not found

Since

5.0

Type Parameters

T

the extension type

See also

ExtensionContainer.findByType