get
inline fun <T : Any> ERROR CLASS: Symbol not found for org.gradle.tooling.events.problems.CustomAdditionalData.get(viewType: KClass<T>): T(source)
inline fun <T : Any> ERROR CLASS: Symbol not found for org.gradle.tooling.events.problems.CustomAdditionalData.get(viewType: KClass<T>): T(source)
Kotlin extension function taking kotlin.reflect.KClass for org.gradle.tooling.events.problems.CustomAdditionalData.get.
Since
8.13
See also
org. gradle. tooling. events. problems. Custom Additional Data. get
inline fun <S : Any, T : ERROR CLASS: Symbol not found for org.gradle.api.component.SoftwareComponent> ERROR CLASS: Symbol not found for org.gradle.language.BinaryCollection<T>.get(type: KClass<S>, spec: ERROR CLASS: Symbol not found for org.gradle.api.specs.Spec<in S>): ERROR CLASS: Symbol not found for org.gradle.language.BinaryProvider<S>(source)
inline fun <S : Any, T : ERROR CLASS: Symbol not found for org.gradle.api.component.SoftwareComponent> ERROR CLASS: Symbol not found for org.gradle.language.BinaryCollection<T>.get(type: KClass<S>, spec: ERROR CLASS: Symbol not found for org.gradle.api.specs.Spec<in S>): ERROR CLASS: Symbol not found for org.gradle.language.BinaryProvider<S>(source)
Kotlin extension function taking kotlin.reflect.KClass for org.gradle.language.BinaryCollection.get.
Since
4.5
See also
org. gradle. language. Binary Collection. get
Looks for the extension of a given name. If none found it will throw an exception.
Return
extension
Parameters
name
extension name
See also
Extension Container. getByName
Throws
Unknown Domain Object Exception
When the given extension is not found.
operator fun <T : Any> ERROR CLASS: Symbol not found for NamedDomainObjectCollection<T>.get(name: String): T(source)
Locates an object by name, failing if there is no such object.
Return
The object with the given name.
Parameters
name
The object name
See also
Named Domain Object Collection. getByName
Throws
Unknown Domain Object Exception
when there is no such object in this collection.