inline fun <U : T, T : Any> ERROR CLASS: Symbol not found for org.gradle.api.PolymorphicDomainObjectContainer<T>
.create(name: String, type: KClass<U>): U(source) inline fun <U : T, T : Any> ERROR CLASS: Symbol not found for org.gradle.api.PolymorphicDomainObjectContainer<T>
.create(name: String, type: KClass<U>): U(source) inline fun <U : T, T : Any> ERROR CLASS: Symbol not found for org.gradle.api.PolymorphicDomainObjectContainer<T>
.create(name: String, type: KClass<U>, configuration: ERROR CLASS: Symbol not found for org.gradle.api.Action<in U>): U(source) inline fun <U : T, T : Any> ERROR CLASS: Symbol not found for org.gradle.api.PolymorphicDomainObjectContainer<T>
.create(name: String, type: KClass<U>, configuration: ERROR CLASS: Symbol not found for org.gradle.api.Action<in U>): U(source) Kotlin extension function taking kotlin.reflect.KClass for org.gradle.api.PolymorphicDomainObjectContainer.create.
org.gradle.api.PolymorphicDomainObjectContainer.create
inline fun <T : ERROR CLASS: Symbol not found for org.gradle.api.Task
> ERROR CLASS: Symbol not found for org.gradle.platform.base.BinaryTasksCollection
.create(name: String, type: KClass<T>, config: ERROR CLASS: Symbol not found for org.gradle.api.Action<in T>)(source) inline fun <T : ERROR CLASS: Symbol not found for org.gradle.api.Task
> ERROR CLASS: Symbol not found for org.gradle.platform.base.BinaryTasksCollection
.create(name: String, type: KClass<T>, config: ERROR CLASS: Symbol not found for org.gradle.api.Action<in T>)(source) Kotlin extension function taking kotlin.reflect.KClass for org.gradle.platform.base.BinaryTasksCollection.create.
org.gradle.platform.base.BinaryTasksCollection.create
inline fun <T : Any> ERROR CLASS: Symbol not found for org.gradle.api.plugins.ExtensionContainer
.create(publicType: ERROR CLASS: Symbol not found for org.gradle.api.reflect.TypeOf<T>, name: String, instanceType: KClass<out T>, vararg constructionArguments: Any): T(source) inline fun <T : Any> ERROR CLASS: Symbol not found for org.gradle.api.plugins.ExtensionContainer
.create(publicType: ERROR CLASS: Symbol not found for org.gradle.api.reflect.TypeOf<T>, name: String, instanceType: KClass<out T>, vararg constructionArguments: Any): T(source) inline fun <T : Any> ERROR CLASS: Symbol not found for org.gradle.api.plugins.ExtensionContainer
.create(publicType: KClass<T>, name: String, instanceType: KClass<out T>, vararg constructionArguments: Any): T(source) inline fun <T : Any> ERROR CLASS: Symbol not found for org.gradle.api.plugins.ExtensionContainer
.create(publicType: KClass<T>, name: String, instanceType: KClass<out T>, vararg constructionArguments: Any): T(source) Kotlin extension function taking kotlin.reflect.KClass for org.gradle.api.plugins.ExtensionContainer.create.
Since
3.5
org.gradle.api.plugins.ExtensionContainer.create
inline fun <T : Any> ERROR CLASS: Symbol not found for org.gradle.api.plugins.ExtensionContainer
.create(name: String, type: KClass<T>, vararg constructionArguments: Any): T(source) inline fun <T : Any> ERROR CLASS: Symbol not found for org.gradle.api.plugins.ExtensionContainer
.create(name: String, type: KClass<T>, vararg constructionArguments: Any): T(source) Kotlin extension function taking kotlin.reflect.KClass for org.gradle.api.plugins.ExtensionContainer.create.
org.gradle.api.plugins.ExtensionContainer.create
inline fun <S : T, T : Any> ERROR CLASS: Symbol not found for org.gradle.model.ModelMap<T>
.create(name: String, type: KClass<S>, configAction: ERROR CLASS: Symbol not found for org.gradle.api.Action<in S>)(source) inline fun <S : T, T : Any> ERROR CLASS: Symbol not found for org.gradle.model.ModelMap<T>
.create(name: String, type: KClass<S>, configAction: ERROR CLASS: Symbol not found for org.gradle.api.Action<in S>)(source) Kotlin extension function taking kotlin.reflect.KClass for org.gradle.model.ModelMap.create.
org.gradle.model.ModelMap.create
inline fun ERROR CLASS: Symbol not found for DependencyHandler
.create(dependencyNotation: String, dependencyConfiguration: ERROR CLASS: Symbol not found for ExternalModuleDependency.() -> Unit): ERROR CLASS: Symbol not found for ExternalModuleDependency
(source) Creates a dependency without adding it to a configuration.
Return
The dependency.
Since
7.6
The expression to use to configure the dependency.
inline fun <T : Any> ERROR CLASS: Symbol not found for ExtensionContainer
.create(name: String, vararg constructionArguments: Any): T(source) Creates and adds a new extension to this container.
Return
the created instance
Since
5.0
the instance type of the new extension
ExtensionContainer.create
inline fun <U : Any> ERROR CLASS: Symbol not found for PolymorphicDomainObjectContainer<in U>
.create(name: String, noinline configuration: U.() -> Unit): ERROR CLASS: Ambiguity: create, [org/gradle/kotlin/dsl/create, org/gradle/kotlin/dsl/create, org/gradle/kotlin/dsl/create, org/gradle/kotlin/dsl/create, org/gradle/kotlin/dsl/create, org/gradle/kotlin/dsl/create, org/gradle/kotlin/dsl/create, org/gradle/kotlin/dsl/create, org/gradle/kotlin/dsl/create, org/gradle/kotlin/dsl/create, org/gradle/kotlin/dsl/create]
(source) Creates a domain object with the specified name and type, adds it to the container, and configures it with the specified action.
Return
the created domain object
the name of the domain object to be created
an action for configuring the domain object
the type of the domain object to be created
if a domain object with the specified name already exists or the container does not support creating a domain object with the specified type
inline fun <U : Any> ERROR CLASS: Symbol not found for PolymorphicDomainObjectContainer<in U>
.create(name: String): ERROR CLASS: Ambiguity: create, [org/gradle/kotlin/dsl/create, org/gradle/kotlin/dsl/create, org/gradle/kotlin/dsl/create, org/gradle/kotlin/dsl/create, org/gradle/kotlin/dsl/create, org/gradle/kotlin/dsl/create, org/gradle/kotlin/dsl/create, org/gradle/kotlin/dsl/create, org/gradle/kotlin/dsl/create, org/gradle/kotlin/dsl/create, org/gradle/kotlin/dsl/create, org/gradle/kotlin/dsl/create, org/gradle/kotlin/dsl/create, org/gradle/kotlin/dsl/create, org/gradle/kotlin/dsl/create, org/gradle/kotlin/dsl/create, org/gradle/kotlin/dsl/create, org/gradle/kotlin/dsl/create, org/gradle/kotlin/dsl/create, org/gradle/kotlin/dsl/create, org/gradle/kotlin/dsl/create]
(source) Creates a domain object with the specified name and type, and adds it to the container.
Return
the created domain object
the name of the domain object to be created
the type of the domain object to be created
if a domain object with the specified name already exists or the container does not support creating a domain object with the specified type
inline fun ERROR CLASS: Symbol not found for org.gradle.api.tasks.TaskContainer
.create(vararg options: Pair<String, Any>): ERROR CLASS: Symbol not found for org.gradle.api.Task
(source) inline fun ERROR CLASS: Symbol not found for org.gradle.api.tasks.TaskContainer
.create(vararg options: Pair<String, Any>): ERROR CLASS: Symbol not found for org.gradle.api.Task
(source) Deprecated
Deprecated Gradle API
Kotlin extension function for org.gradle.api.tasks.TaskContainer.create.
org.gradle.api.tasks.TaskContainer.create
inline fun <T : ERROR CLASS: Symbol not found for org.gradle.api.Task
> ERROR CLASS: Symbol not found for org.gradle.api.tasks.TaskContainer
.create(name: String, type: KClass<T>): T(source) inline fun <T : ERROR CLASS: Symbol not found for org.gradle.api.Task
> ERROR CLASS: Symbol not found for org.gradle.api.tasks.TaskContainer
.create(name: String, type: KClass<T>): T(source) inline fun <T : ERROR CLASS: Symbol not found for org.gradle.api.Task
> ERROR CLASS: Symbol not found for org.gradle.api.tasks.TaskContainer
.create(name: String, type: KClass<T>, configuration: ERROR CLASS: Symbol not found for org.gradle.api.Action<in T>): T(source) inline fun <T : ERROR CLASS: Symbol not found for org.gradle.api.Task
> ERROR CLASS: Symbol not found for org.gradle.api.tasks.TaskContainer
.create(name: String, type: KClass<T>, configuration: ERROR CLASS: Symbol not found for org.gradle.api.Action<in T>): T(source) Deprecated
Deprecated Gradle API
Kotlin extension function taking kotlin.reflect.KClass for org.gradle.api.tasks.TaskContainer.create.
org.gradle.api.tasks.TaskContainer.create
inline fun <T : ERROR CLASS: Symbol not found for org.gradle.api.Task
> ERROR CLASS: Symbol not found for org.gradle.api.tasks.TaskContainer
.create(name: String, type: KClass<T>, vararg constructorArgs: Any): T(source) inline fun <T : ERROR CLASS: Symbol not found for org.gradle.api.Task
> ERROR CLASS: Symbol not found for org.gradle.api.tasks.TaskContainer
.create(name: String, type: KClass<T>, vararg constructorArgs: Any): T(source) Deprecated
Deprecated Gradle API
Kotlin extension function taking kotlin.reflect.KClass for org.gradle.api.tasks.TaskContainer.create.
Since
4.7
org.gradle.api.tasks.TaskContainer.create
fun ERROR CLASS: Symbol not found for DependencyHandler
.create(group: String, name: String, version: String? = null, configuration: String? = null, classifier: String? = null, ext: String? = null): ERROR CLASS: Symbol not found for ExternalModuleDependency
(source) Deprecated
Use single-string notation instead
Creates a dependency on a module without adding it to a configuration.
Return
The dependency.
the group of the module to be added as a dependency.
the name of the module to be added as a dependency.
the optional version of the module to be added as a dependency.
the optional configuration of the module to be added as a dependency.
the optional classifier of the module artifact to be added as a dependency.
the optional extension of the module artifact to be added as a dependency.
inline fun <T : ERROR CLASS: Symbol not found for Task
> ERROR CLASS: Symbol not found for TaskContainer
.create(name: String, vararg arguments: Any): T(source) Deprecated
Use register instead. See https://docs.gradle.org/current/userguide/task_configuration_avoidance.html for more information.
Replace with
this.register<T>(name, *arguments)
Creates a Task with the given name and type, passing the given arguments to the javax.inject.Inject-annotated constructor, and adds it to this project tasks container.
inline fun <T : ERROR CLASS: Symbol not found for Task
> ERROR CLASS: Symbol not found for TaskContainer
.create(name: String, noinline configureAction: T.() -> Unit): T(source) Deprecated
Use register instead. See https://docs.gradle.org/current/userguide/task_configuration_avoidance.html for more information.
Replace with
this.register<T>(name, configureAction)
Creates a Task with the specified name and type, adds it to the container, and configures it with the specified action.