get
  Kotlin extension function taking kotlin.reflect.KClass for org.gradle.api.plugins.ExtensionContainer.getByType.
See also
Extension
Looks for the extension of a given type.
Return
the extension
Since
5.0
Parameters
T
the extension type
See also
Extension
Throws
Unknown
when no matching extension can be found