Package-level declarations

The org.gradle.kotlin.dsl package contains the Gradle Kotlin DSL public API.

All members of this package are implicitly imported and readily available in .gradle.kts scripts in addition to the Gradle Java API default imports.

Types

Link copied to clipboard
class ArtifactHandlerScope : ArtifactHandlerDelegate

Receiver for artifacts block providing convenient utilities for configuring artifacts.

Link copied to clipboard
class ConfigurationContainerScope : NamedDomainObjectContainerScope<ERROR CLASS: Symbol not found for Configuration> , <ERROR CLASS> ERROR CLASS: Symbol not found for ConfigurationContainer

Receiver for ConfigurationContainer configuration blocks.

Link copied to clipboard
class DependencyConstraintHandlerScope : DependencyConstraintHandlerDelegate

Receiver for dependencies.constraints block providing convenient utilities for configuring dependency constraints.

Link copied to clipboard
open class DependencyHandlerScope : DependencyHandlerDelegate

Receiver for dependencies block providing convenient utilities for configuring dependencies.

Link copied to clipboard

Holds a property delegate with the purpose of providing specialized implementations for the getValue operator based on the static type of the delegate.

Link copied to clipboard

Holds the delegate provider for the existing property delegate with the purpose of providing specialized implementations for the provideDelegate operator based on the static type of the provider.

Holds the delegate provider for the existing property delegate with the purpose of providing specialized implementations for the provideDelegate operator based on the static type of the provider.

Holds the delegate provider and expected element type for the existing property delegate with the purpose of providing specialized implementations for the provideDelegate operator based on the static type of the provider.

Holds the delegate provider and expected element type for the existing property delegate with the purpose of providing specialized implementations for the provideDelegate operator based on the static type of the provider.

Link copied to clipboard
annotation class GradleDsl

Delimits a Gradle DSL.

Link copied to clipboard
interface GroovyBuilderScope : GroovyObject

Provides a dynamic dispatching DSL with Groovy semantics for better integration with plugins that rely on Groovy builders such as the core maven plugin.

Link copied to clipboard

Enables typed access to extra properties with initial value.

Enables typed access to extra properties with initial value.

Link copied to clipboard
abstract class InitScriptApi(val delegate: ERROR CLASS: Symbol not found for Gradle) : GradleDelegate

Standard implementation of the API exposed to all types of Gradle scripts, precompiled and otherwise.

Link copied to clipboard
abstract class KotlinBuildScript(host: KotlinScriptHost<ERROR CLASS: Symbol not found for Project>) : ProjectDelegate

Legacy base class for Gradle Kotlin DSL standalone Project scripts IDE support, aka. build scripts.

Link copied to clipboard
open class KotlinClosure0<V : Any>(val function: () -> V?, owner: Any? = null, thisObject: Any? = null) : Closure<V?>

Adapts a parameterless Kotlin function to a parameterless Groovy Closure.

Link copied to clipboard
class KotlinClosure1<in T, V : Any>(val function: T.() -> V?, owner: Any? = null, thisObject: Any? = null) : Closure<V?>

Adapts a unary Kotlin function to a unary Groovy Closure.

Link copied to clipboard
class KotlinClosure2<in T, in U, V : Any>(val function: (T, U) -> V?, owner: Any? = null, thisObject: Any? = null) : Closure<V?>

Adapts a binary Kotlin function to a binary Groovy Closure.

Link copied to clipboard
class KotlinClosure3<in T, in U, in V, R : Any>(val function: (T, U, V) -> R?, owner: Any? = null, thisObject: Any? = null) : Closure<R?>

Adapts a ternary Kotlin function to a ternary Groovy Closure.

abstract class KotlinDslStandaloneScriptCompilationConfiguration : ScriptCompilationConfiguration

Common script compilation configuration for Kotlin DSL standalone scripts.

Link copied to clipboard
abstract class KotlinGradleScriptTemplate(host: KotlinScriptHost<ERROR CLASS: Symbol not found for Gradle>) : DefaultKotlinScript, <ERROR CLASS> ERROR CLASS: Symbol not found for PluginAware

Base class for Gradle Kotlin DSL standalone Gradle scripts IDE support, aka. init scripts.

Link copied to clipboard
abstract class KotlinInitScript(host: KotlinScriptHost<ERROR CLASS: Symbol not found for Gradle>) : InitScriptApi

Legacy base class for Gradle Kotlin DSL standalone Gradle scripts IDE support, aka. init scripts.

Link copied to clipboard
abstract class KotlinProjectScriptTemplate(host: KotlinScriptHost<ERROR CLASS: Symbol not found for Project>) : DefaultKotlinScript

Base class for Gradle Kotlin DSL standalone Project scripts IDE support, aka. build scripts.

Link copied to clipboard
interface KotlinScript

Base contract for all Gradle Kotlin DSL scripts.

Link copied to clipboard
abstract class KotlinSettingsScript(host: KotlinScriptHost<ERROR CLASS: Symbol not found for Settings>) : SettingsScriptApi

Legacy base class for Gradle Kotlin DSL standalone Settings scripts IDE support.

Link copied to clipboard
abstract class KotlinSettingsScriptTemplate(host: KotlinScriptHost<ERROR CLASS: Symbol not found for Settings>) : DefaultKotlinScript, <ERROR CLASS> ERROR CLASS: Symbol not found for PluginAware

Base class for Gradle Kotlin DSL standalone Settings scripts IDE support.

Link copied to clipboard

Provides efficient access to a mutable dynamic property.

Enables typed access to container elements via delegated properties.

A property delegate that creates elements in the given NamedDomainObjectContainer.

Link copied to clipboard
open class NamedDomainObjectContainerScope<T : Any> : NamedDomainObjectContainerDelegate<T> , <ERROR CLASS> ERROR CLASS: Symbol not found for PolymorphicDomainObjectContainer<T>

Receiver for NamedDomainObjectContainer configuration blocks.

Link copied to clipboard
open class PluginDependenciesSpecScope : <ERROR CLASS> ERROR CLASS: Symbol not found for PluginDependenciesSpec

Receiver for the plugins block.

A property delegate that creates elements of the given type with the given configuration in the given container.

A property delegate that gets elements of the given type from the given container and applies the given configuration.

Link copied to clipboard

Provides efficient access to a property.

Link copied to clipboard

Holds the delegate provider for the registering property delegate with the purpose of providing specialized implementations for the provideDelegate operator based on the static type of the provider.

Holds the delegate provider for the registering property delegate with the purpose of providing specialized implementations for the provideDelegate operator based on the static type of the provider.

Holds the delegate provider and expected element type for the registering property delegate with the purpose of providing specialized implementations for the provideDelegate operator based on the static type of the provider.

Holds the delegate provider and expected element type for the registering property delegate with the purpose of providing specialized implementations for the provideDelegate operator based on the static type of the provider.

Link copied to clipboard
open class ScriptHandlerScope(delegate: ERROR CLASS: Symbol not found for ScriptHandler) : <ERROR CLASS> ERROR CLASS: Symbol not found for ScriptHandler

Receiver for the buildscript block.

Link copied to clipboard
abstract class SettingsScriptApi(val delegate: ERROR CLASS: Symbol not found for Settings) : SettingsDelegate

Standard implementation of the API exposed to all types of Settings scripts, precompiled and otherwise.

Link copied to clipboard
class TaskContainerScope : TaskContainerDelegate

Receiver for the tasks block providing an extended set of operators for the configuration of tasks.

Properties

Link copied to clipboard
val ERROR CLASS: Symbol not found for org.gradle.plugin.use.PluginDependenciesSpec.antlr: ERROR CLASS: Symbol not found for org.gradle.plugin.use.PluginDependencySpec
val ERROR CLASS: Symbol not found for org.gradle.plugin.use.PluginDependenciesSpec.antlr: ERROR CLASS: Symbol not found for org.gradle.plugin.use.PluginDependencySpec

The builtin Gradle plugin implemented by org.gradle.api.plugins.antlr.AntlrPlugin.

Link copied to clipboard
val ERROR CLASS: Symbol not found for org.gradle.plugin.use.PluginDependenciesSpec.application: ERROR CLASS: Symbol not found for org.gradle.plugin.use.PluginDependencySpec
val ERROR CLASS: Symbol not found for org.gradle.plugin.use.PluginDependenciesSpec.application: ERROR CLASS: Symbol not found for org.gradle.plugin.use.PluginDependencySpec

The builtin Gradle plugin implemented by org.gradle.api.plugins.ApplicationPlugin.

Link copied to clipboard
val ERROR CLASS: Symbol not found for org.gradle.plugin.use.PluginDependenciesSpec.assembler: ERROR CLASS: Symbol not found for org.gradle.plugin.use.PluginDependencySpec
val ERROR CLASS: Symbol not found for org.gradle.plugin.use.PluginDependenciesSpec.assembler: ERROR CLASS: Symbol not found for org.gradle.plugin.use.PluginDependencySpec

The builtin Gradle plugin implemented by org.gradle.language.assembler.plugins.AssemblerPlugin.

Link copied to clipboard
val ERROR CLASS: Symbol not found for org.gradle.plugin.use.PluginDependenciesSpec.assembler-lang: ERROR CLASS: Symbol not found for org.gradle.plugin.use.PluginDependencySpec
val ERROR CLASS: Symbol not found for org.gradle.plugin.use.PluginDependenciesSpec.assembler-lang: ERROR CLASS: Symbol not found for org.gradle.plugin.use.PluginDependencySpec

The builtin Gradle plugin implemented by org.gradle.language.assembler.plugins.AssemblerLangPlugin.

Link copied to clipboard
val ERROR CLASS: Symbol not found for org.gradle.plugin.use.PluginDependenciesSpec.base: ERROR CLASS: Symbol not found for org.gradle.plugin.use.PluginDependencySpec
val ERROR CLASS: Symbol not found for org.gradle.plugin.use.PluginDependenciesSpec.base: ERROR CLASS: Symbol not found for org.gradle.plugin.use.PluginDependencySpec

The builtin Gradle plugin implemented by org.gradle.api.plugins.BasePlugin.

Link copied to clipboard
val ERROR CLASS: Symbol not found for org.gradle.plugin.use.PluginDependenciesSpec.binary-base: ERROR CLASS: Symbol not found for org.gradle.plugin.use.PluginDependencySpec
val ERROR CLASS: Symbol not found for org.gradle.plugin.use.PluginDependenciesSpec.binary-base: ERROR CLASS: Symbol not found for org.gradle.plugin.use.PluginDependencySpec

The builtin Gradle plugin implemented by org.gradle.platform.base.plugins.BinaryBasePlugin.

Link copied to clipboard
val ERROR CLASS: Symbol not found for org.gradle.plugin.use.PluginDependenciesSpec.build-dashboard: ERROR CLASS: Symbol not found for org.gradle.plugin.use.PluginDependencySpec
val ERROR CLASS: Symbol not found for org.gradle.plugin.use.PluginDependenciesSpec.build-dashboard: ERROR CLASS: Symbol not found for org.gradle.plugin.use.PluginDependencySpec

The builtin Gradle plugin implemented by org.gradle.api.reporting.plugins.BuildDashboardPlugin.

Link copied to clipboard
val ERROR CLASS: Symbol not found for org.gradle.plugin.use.PluginDependenciesSpec.build-init: ERROR CLASS: Symbol not found for org.gradle.plugin.use.PluginDependencySpec
val ERROR CLASS: Symbol not found for org.gradle.plugin.use.PluginDependenciesSpec.build-init: ERROR CLASS: Symbol not found for org.gradle.plugin.use.PluginDependencySpec

The builtin Gradle plugin implemented by org.gradle.buildinit.plugins.BuildInitPlugin.

Link copied to clipboard
val ERROR CLASS: Symbol not found for org.gradle.plugin.use.PluginDependenciesSpec.c: ERROR CLASS: Symbol not found for org.gradle.plugin.use.PluginDependencySpec
val ERROR CLASS: Symbol not found for org.gradle.plugin.use.PluginDependenciesSpec.c: ERROR CLASS: Symbol not found for org.gradle.plugin.use.PluginDependencySpec

The builtin Gradle plugin implemented by org.gradle.language.c.plugins.CPlugin.

Link copied to clipboard
val ERROR CLASS: Symbol not found for org.gradle.plugin.use.PluginDependenciesSpec.c-lang: ERROR CLASS: Symbol not found for org.gradle.plugin.use.PluginDependencySpec
val ERROR CLASS: Symbol not found for org.gradle.plugin.use.PluginDependenciesSpec.c-lang: ERROR CLASS: Symbol not found for org.gradle.plugin.use.PluginDependencySpec

The builtin Gradle plugin implemented by org.gradle.language.c.plugins.CLangPlugin.

Link copied to clipboard
val ERROR CLASS: Symbol not found for org.gradle.plugin.use.PluginDependenciesSpec.checkstyle: ERROR CLASS: Symbol not found for org.gradle.plugin.use.PluginDependencySpec
val ERROR CLASS: Symbol not found for org.gradle.plugin.use.PluginDependenciesSpec.checkstyle: ERROR CLASS: Symbol not found for org.gradle.plugin.use.PluginDependencySpec

The builtin Gradle plugin implemented by org.gradle.api.plugins.quality.CheckstylePlugin.

Link copied to clipboard
val ERROR CLASS: Symbol not found for org.gradle.plugin.use.PluginDependenciesSpec.clang-compiler: ERROR CLASS: Symbol not found for org.gradle.plugin.use.PluginDependencySpec
val ERROR CLASS: Symbol not found for org.gradle.plugin.use.PluginDependenciesSpec.clang-compiler: ERROR CLASS: Symbol not found for org.gradle.plugin.use.PluginDependencySpec

The builtin Gradle plugin implemented by org.gradle.nativeplatform.toolchain.plugins.ClangCompilerPlugin.

Link copied to clipboard
val ERROR CLASS: Symbol not found for org.gradle.plugin.use.PluginDependenciesSpec.codenarc: ERROR CLASS: Symbol not found for org.gradle.plugin.use.PluginDependencySpec
val ERROR CLASS: Symbol not found for org.gradle.plugin.use.PluginDependenciesSpec.codenarc: ERROR CLASS: Symbol not found for org.gradle.plugin.use.PluginDependencySpec

The builtin Gradle plugin implemented by org.gradle.api.plugins.quality.CodeNarcPlugin.

Link copied to clipboard
val ERROR CLASS: Symbol not found for org.gradle.plugin.use.PluginDependenciesSpec.component-base: ERROR CLASS: Symbol not found for org.gradle.plugin.use.PluginDependencySpec
val ERROR CLASS: Symbol not found for org.gradle.plugin.use.PluginDependenciesSpec.component-base: ERROR CLASS: Symbol not found for org.gradle.plugin.use.PluginDependencySpec

The builtin Gradle plugin implemented by org.gradle.platform.base.plugins.ComponentBasePlugin.

Link copied to clipboard
val ERROR CLASS: Symbol not found for org.gradle.plugin.use.PluginDependenciesSpec.component-model-base: ERROR CLASS: Symbol not found for org.gradle.plugin.use.PluginDependencySpec
val ERROR CLASS: Symbol not found for org.gradle.plugin.use.PluginDependenciesSpec.component-model-base: ERROR CLASS: Symbol not found for org.gradle.plugin.use.PluginDependencySpec

The builtin Gradle plugin implemented by org.gradle.language.base.plugins.ComponentModelBasePlugin.

Link copied to clipboard
val ERROR CLASS: Symbol not found for org.gradle.plugin.use.PluginDependenciesSpec.component-reporting-tasks: ERROR CLASS: Symbol not found for org.gradle.plugin.use.PluginDependencySpec
val ERROR CLASS: Symbol not found for org.gradle.plugin.use.PluginDependenciesSpec.component-reporting-tasks: ERROR CLASS: Symbol not found for org.gradle.plugin.use.PluginDependencySpec

The builtin Gradle plugin implemented by org.gradle.api.plugins.internal.ComponentReportingTasksPlugin.

Link copied to clipboard
val ERROR CLASS: Symbol not found for org.gradle.plugin.use.PluginDependenciesSpec.cpp: ERROR CLASS: Symbol not found for org.gradle.plugin.use.PluginDependencySpec
val ERROR CLASS: Symbol not found for org.gradle.plugin.use.PluginDependenciesSpec.cpp: ERROR CLASS: Symbol not found for org.gradle.plugin.use.PluginDependencySpec

The builtin Gradle plugin implemented by org.gradle.language.cpp.plugins.CppPlugin.

Link copied to clipboard
val ERROR CLASS: Symbol not found for org.gradle.plugin.use.PluginDependenciesSpec.cpp-application: ERROR CLASS: Symbol not found for org.gradle.plugin.use.PluginDependencySpec
val ERROR CLASS: Symbol not found for org.gradle.plugin.use.PluginDependenciesSpec.cpp-application: ERROR CLASS: Symbol not found for org.gradle.plugin.use.PluginDependencySpec

The builtin Gradle plugin implemented by org.gradle.language.cpp.plugins.CppApplicationPlugin.

Link copied to clipboard
val ERROR CLASS: Symbol not found for org.gradle.plugin.use.PluginDependenciesSpec.cpp-lang: ERROR CLASS: Symbol not found for org.gradle.plugin.use.PluginDependencySpec
val ERROR CLASS: Symbol not found for org.gradle.plugin.use.PluginDependenciesSpec.cpp-lang: ERROR CLASS: Symbol not found for org.gradle.plugin.use.PluginDependencySpec

The builtin Gradle plugin implemented by org.gradle.language.cpp.plugins.CppLangPlugin.

Link copied to clipboard
val ERROR CLASS: Symbol not found for org.gradle.plugin.use.PluginDependenciesSpec.cpp-library: ERROR CLASS: Symbol not found for org.gradle.plugin.use.PluginDependencySpec
val ERROR CLASS: Symbol not found for org.gradle.plugin.use.PluginDependenciesSpec.cpp-library: ERROR CLASS: Symbol not found for org.gradle.plugin.use.PluginDependencySpec

The builtin Gradle plugin implemented by org.gradle.language.cpp.plugins.CppLibraryPlugin.

Link copied to clipboard
val ERROR CLASS: Symbol not found for org.gradle.plugin.use.PluginDependenciesSpec.cpp-unit-test: ERROR CLASS: Symbol not found for org.gradle.plugin.use.PluginDependencySpec
val ERROR CLASS: Symbol not found for org.gradle.plugin.use.PluginDependenciesSpec.cpp-unit-test: ERROR CLASS: Symbol not found for org.gradle.plugin.use.PluginDependencySpec

The builtin Gradle plugin implemented by org.gradle.nativeplatform.test.cpp.plugins.CppUnitTestPlugin.

Link copied to clipboard
val <T : Any> ERROR CLASS: Symbol not found for NamedDomainObjectContainer<T>.creating: NamedDomainObjectContainerCreatingDelegateProvider<ERROR CLASS: Cannot infer argument for type parameter T>

Provides a property delegate that creates elements of the default collection type.

val ERROR CLASS: Symbol not found for TaskContainer.creating: NamedDomainObjectContainerCreatingDelegateProvider<ERROR CLASS: Cannot infer argument for type parameter T>

Provides a property delegate that creates tasks of the default type.

Link copied to clipboard
val ERROR CLASS: Symbol not found for org.gradle.plugin.use.PluginDependenciesSpec.cunit: ERROR CLASS: Symbol not found for org.gradle.plugin.use.PluginDependencySpec
val ERROR CLASS: Symbol not found for org.gradle.plugin.use.PluginDependenciesSpec.cunit: ERROR CLASS: Symbol not found for org.gradle.plugin.use.PluginDependencySpec

The builtin Gradle plugin implemented by org.gradle.nativeplatform.test.cunit.plugins.CUnitConventionPlugin.

Link copied to clipboard
val ERROR CLASS: Symbol not found for org.gradle.plugin.use.PluginDependenciesSpec.cunit-test-suite: ERROR CLASS: Symbol not found for org.gradle.plugin.use.PluginDependencySpec
val ERROR CLASS: Symbol not found for org.gradle.plugin.use.PluginDependenciesSpec.cunit-test-suite: ERROR CLASS: Symbol not found for org.gradle.plugin.use.PluginDependencySpec

The builtin Gradle plugin implemented by org.gradle.nativeplatform.test.cunit.plugins.CUnitPlugin.

Link copied to clipboard
val ERROR CLASS: Symbol not found for org.gradle.plugin.use.PluginDependenciesSpec.distribution: ERROR CLASS: Symbol not found for org.gradle.plugin.use.PluginDependencySpec
val ERROR CLASS: Symbol not found for org.gradle.plugin.use.PluginDependenciesSpec.distribution: ERROR CLASS: Symbol not found for org.gradle.plugin.use.PluginDependencySpec

The builtin Gradle plugin implemented by org.gradle.api.distribution.plugins.DistributionPlugin.

Link copied to clipboard
val ERROR CLASS: Symbol not found for org.gradle.plugin.use.PluginDependenciesSpec.distribution-base: ERROR CLASS: Symbol not found for org.gradle.plugin.use.PluginDependencySpec
val ERROR CLASS: Symbol not found for org.gradle.plugin.use.PluginDependenciesSpec.distribution-base: ERROR CLASS: Symbol not found for org.gradle.plugin.use.PluginDependencySpec

The builtin Gradle plugin implemented by org.gradle.api.distribution.plugins.DistributionBasePlugin.

Link copied to clipboard
val ERROR CLASS: Symbol not found for org.gradle.plugin.use.PluginDependenciesSpec.ear: ERROR CLASS: Symbol not found for org.gradle.plugin.use.PluginDependencySpec
val ERROR CLASS: Symbol not found for org.gradle.plugin.use.PluginDependenciesSpec.ear: ERROR CLASS: Symbol not found for org.gradle.plugin.use.PluginDependencySpec

The builtin Gradle plugin implemented by org.gradle.plugins.ear.EarPlugin.

Link copied to clipboard
val ERROR CLASS: Symbol not found for org.gradle.plugin.use.PluginDependenciesSpec.eclipse: ERROR CLASS: Symbol not found for org.gradle.plugin.use.PluginDependencySpec
val ERROR CLASS: Symbol not found for org.gradle.plugin.use.PluginDependenciesSpec.eclipse: ERROR CLASS: Symbol not found for org.gradle.plugin.use.PluginDependencySpec

The builtin Gradle plugin implemented by org.gradle.plugins.ide.eclipse.EclipsePlugin.

Link copied to clipboard
val ERROR CLASS: Symbol not found for org.gradle.plugin.use.PluginDependenciesSpec.eclipse-wtp: ERROR CLASS: Symbol not found for org.gradle.plugin.use.PluginDependencySpec
val ERROR CLASS: Symbol not found for org.gradle.plugin.use.PluginDependenciesSpec.eclipse-wtp: ERROR CLASS: Symbol not found for org.gradle.plugin.use.PluginDependencySpec

The builtin Gradle plugin implemented by org.gradle.plugins.ide.eclipse.EclipseWtpPlugin.

Link copied to clipboard
val ERROR CLASS: Symbol not found for PluginDependenciesSpec.embedded-kotlin: ERROR CLASS: Symbol not found for PluginDependencySpec

The embedded-kotlin plugin.

Link copied to clipboard

The version of the Kotlin compiler embedded in gradle-kotlin-dsl (currently 2.3.20).

Link copied to clipboard
val <T : Any, C : ERROR CLASS: Symbol not found for NamedDomainObjectCollection<T>> C.existing: ExistingDomainObjectDelegateProvider<out C>

Idiomatic way of referring to the provider of a well-known element of a collection via a delegate property.

Link copied to clipboard
val ERROR CLASS: Symbol not found for ExtensionAware.extra: ERROR CLASS: Symbol not found for ExtraPropertiesExtension

The extra properties extension in this object's extension container.

Link copied to clipboard
val ERROR CLASS: Symbol not found for org.gradle.plugin.use.PluginDependenciesSpec.gcc-compiler: ERROR CLASS: Symbol not found for org.gradle.plugin.use.PluginDependencySpec
val ERROR CLASS: Symbol not found for org.gradle.plugin.use.PluginDependenciesSpec.gcc-compiler: ERROR CLASS: Symbol not found for org.gradle.plugin.use.PluginDependencySpec

The builtin Gradle plugin implemented by org.gradle.nativeplatform.toolchain.plugins.GccCompilerPlugin.

Link copied to clipboard
val <T : Any, U : ERROR CLASS: Symbol not found for NamedDomainObjectCollection<out T>> U.getting: NamedDomainObjectCollectionDelegateProvider<ERROR CLASS: Cannot infer argument for type parameter T>

Idiomatic way of referring to an existing element in a collection via a delegate property.

Link copied to clipboard
val ERROR CLASS: Symbol not found for org.gradle.plugin.use.PluginDependenciesSpec.google-test: ERROR CLASS: Symbol not found for org.gradle.plugin.use.PluginDependencySpec
val ERROR CLASS: Symbol not found for org.gradle.plugin.use.PluginDependenciesSpec.google-test: ERROR CLASS: Symbol not found for org.gradle.plugin.use.PluginDependencySpec

The builtin Gradle plugin implemented by org.gradle.nativeplatform.test.googletest.plugins.GoogleTestConventionPlugin.

Link copied to clipboard
val ERROR CLASS: Symbol not found for org.gradle.plugin.use.PluginDependenciesSpec.google-test-test-suite: ERROR CLASS: Symbol not found for org.gradle.plugin.use.PluginDependencySpec
val ERROR CLASS: Symbol not found for org.gradle.plugin.use.PluginDependenciesSpec.google-test-test-suite: ERROR CLASS: Symbol not found for org.gradle.plugin.use.PluginDependencySpec

The builtin Gradle plugin implemented by org.gradle.nativeplatform.test.googletest.plugins.GoogleTestPlugin.

Link copied to clipboard
val ERROR CLASS: Symbol not found for org.gradle.plugin.use.PluginDependenciesSpec.groovy: ERROR CLASS: Symbol not found for org.gradle.plugin.use.PluginDependencySpec
val ERROR CLASS: Symbol not found for org.gradle.plugin.use.PluginDependenciesSpec.groovy: ERROR CLASS: Symbol not found for org.gradle.plugin.use.PluginDependencySpec

The builtin Gradle plugin implemented by org.gradle.api.plugins.GroovyPlugin.

Link copied to clipboard
val ERROR CLASS: Symbol not found for org.gradle.plugin.use.PluginDependenciesSpec.groovy-base: ERROR CLASS: Symbol not found for org.gradle.plugin.use.PluginDependencySpec
val ERROR CLASS: Symbol not found for org.gradle.plugin.use.PluginDependenciesSpec.groovy-base: ERROR CLASS: Symbol not found for org.gradle.plugin.use.PluginDependencySpec

The builtin Gradle plugin implemented by org.gradle.api.plugins.GroovyBasePlugin.

Link copied to clipboard
val ERROR CLASS: Symbol not found for org.gradle.plugin.use.PluginDependenciesSpec.groovy-gradle-plugin: ERROR CLASS: Symbol not found for org.gradle.plugin.use.PluginDependencySpec
val ERROR CLASS: Symbol not found for org.gradle.plugin.use.PluginDependenciesSpec.groovy-gradle-plugin: ERROR CLASS: Symbol not found for org.gradle.plugin.use.PluginDependencySpec

The builtin Gradle plugin implemented by org.gradle.plugin.devel.internal.precompiled.PrecompiledGroovyPluginsPlugin.

Link copied to clipboard
val ERROR CLASS: Symbol not found for org.gradle.plugin.use.PluginDependenciesSpec.help-tasks: ERROR CLASS: Symbol not found for org.gradle.plugin.use.PluginDependencySpec
val ERROR CLASS: Symbol not found for org.gradle.plugin.use.PluginDependenciesSpec.help-tasks: ERROR CLASS: Symbol not found for org.gradle.plugin.use.PluginDependencySpec

The builtin Gradle plugin implemented by org.gradle.api.plugins.HelpTasksPlugin.

Link copied to clipboard
val ERROR CLASS: Symbol not found for org.gradle.plugin.use.PluginDependenciesSpec.idea: ERROR CLASS: Symbol not found for org.gradle.plugin.use.PluginDependencySpec
val ERROR CLASS: Symbol not found for org.gradle.plugin.use.PluginDependenciesSpec.idea: ERROR CLASS: Symbol not found for org.gradle.plugin.use.PluginDependencySpec

The builtin Gradle plugin implemented by org.gradle.plugins.ide.idea.IdeaPlugin.

Link copied to clipboard
val ERROR CLASS: Symbol not found for org.gradle.plugin.use.PluginDependenciesSpec.ivy-publish: ERROR CLASS: Symbol not found for org.gradle.plugin.use.PluginDependencySpec
val ERROR CLASS: Symbol not found for org.gradle.plugin.use.PluginDependenciesSpec.ivy-publish: ERROR CLASS: Symbol not found for org.gradle.plugin.use.PluginDependencySpec

The builtin Gradle plugin implemented by org.gradle.api.publish.ivy.plugins.IvyPublishPlugin.

Link copied to clipboard
val ERROR CLASS: Symbol not found for org.gradle.plugin.use.PluginDependenciesSpec.jacoco: ERROR CLASS: Symbol not found for org.gradle.plugin.use.PluginDependencySpec
val ERROR CLASS: Symbol not found for org.gradle.plugin.use.PluginDependenciesSpec.jacoco: ERROR CLASS: Symbol not found for org.gradle.plugin.use.PluginDependencySpec

The builtin Gradle plugin implemented by org.gradle.testing.jacoco.plugins.JacocoPlugin.

Link copied to clipboard
val ERROR CLASS: Symbol not found for org.gradle.plugin.use.PluginDependenciesSpec.jacoco-report-aggregation: ERROR CLASS: Symbol not found for org.gradle.plugin.use.PluginDependencySpec
val ERROR CLASS: Symbol not found for org.gradle.plugin.use.PluginDependenciesSpec.jacoco-report-aggregation: ERROR CLASS: Symbol not found for org.gradle.plugin.use.PluginDependencySpec

The builtin Gradle plugin implemented by org.gradle.testing.jacoco.plugins.JacocoReportAggregationPlugin.

Link copied to clipboard
val ERROR CLASS: Symbol not found for org.gradle.plugin.use.PluginDependenciesSpec.java: ERROR CLASS: Symbol not found for org.gradle.plugin.use.PluginDependencySpec
val ERROR CLASS: Symbol not found for org.gradle.plugin.use.PluginDependenciesSpec.java: ERROR CLASS: Symbol not found for org.gradle.plugin.use.PluginDependencySpec

The builtin Gradle plugin implemented by org.gradle.api.plugins.JavaPlugin.

Link copied to clipboard
val ERROR CLASS: Symbol not found for org.gradle.plugin.use.PluginDependenciesSpec.java-base: ERROR CLASS: Symbol not found for org.gradle.plugin.use.PluginDependencySpec
val ERROR CLASS: Symbol not found for org.gradle.plugin.use.PluginDependenciesSpec.java-base: ERROR CLASS: Symbol not found for org.gradle.plugin.use.PluginDependencySpec

The builtin Gradle plugin implemented by org.gradle.api.plugins.JavaBasePlugin.

Link copied to clipboard
val ERROR CLASS: Symbol not found for org.gradle.plugin.use.PluginDependenciesSpec.java-gradle-plugin: ERROR CLASS: Symbol not found for org.gradle.plugin.use.PluginDependencySpec
val ERROR CLASS: Symbol not found for org.gradle.plugin.use.PluginDependenciesSpec.java-gradle-plugin: ERROR CLASS: Symbol not found for org.gradle.plugin.use.PluginDependencySpec

The builtin Gradle plugin implemented by org.gradle.plugin.devel.plugins.JavaGradlePluginPlugin.

Link copied to clipboard
val ERROR CLASS: Symbol not found for org.gradle.plugin.use.PluginDependenciesSpec.java-library: ERROR CLASS: Symbol not found for org.gradle.plugin.use.PluginDependencySpec
val ERROR CLASS: Symbol not found for org.gradle.plugin.use.PluginDependenciesSpec.java-library: ERROR CLASS: Symbol not found for org.gradle.plugin.use.PluginDependencySpec

The builtin Gradle plugin implemented by org.gradle.api.plugins.JavaLibraryPlugin.

Link copied to clipboard
val ERROR CLASS: Symbol not found for org.gradle.plugin.use.PluginDependenciesSpec.java-library-distribution: ERROR CLASS: Symbol not found for org.gradle.plugin.use.PluginDependencySpec
val ERROR CLASS: Symbol not found for org.gradle.plugin.use.PluginDependenciesSpec.java-library-distribution: ERROR CLASS: Symbol not found for org.gradle.plugin.use.PluginDependencySpec

The builtin Gradle plugin implemented by org.gradle.api.plugins.JavaLibraryDistributionPlugin.

Link copied to clipboard
val ERROR CLASS: Symbol not found for org.gradle.plugin.use.PluginDependenciesSpec.java-platform: ERROR CLASS: Symbol not found for org.gradle.plugin.use.PluginDependencySpec
val ERROR CLASS: Symbol not found for org.gradle.plugin.use.PluginDependenciesSpec.java-platform: ERROR CLASS: Symbol not found for org.gradle.plugin.use.PluginDependencySpec

The builtin Gradle plugin implemented by org.gradle.api.plugins.JavaPlatformPlugin.

Link copied to clipboard
val ERROR CLASS: Symbol not found for org.gradle.plugin.use.PluginDependenciesSpec.java-test-fixtures: ERROR CLASS: Symbol not found for org.gradle.plugin.use.PluginDependencySpec
val ERROR CLASS: Symbol not found for org.gradle.plugin.use.PluginDependenciesSpec.java-test-fixtures: ERROR CLASS: Symbol not found for org.gradle.plugin.use.PluginDependencySpec

The builtin Gradle plugin implemented by org.gradle.api.plugins.JavaTestFixturesPlugin.

Link copied to clipboard
val ERROR CLASS: Symbol not found for ToolchainManagement.jvm: ERROR CLASS: Symbol not found for JvmToolchainManagement

Provides statically defined accessors for getting the "jvm" block of "toolchainManagement". The "jvm-toolchain-management" plugin needs to be applied in order for these extensions to work.

Link copied to clipboard
val ERROR CLASS: Symbol not found for org.gradle.plugin.use.PluginDependenciesSpec.jvm-ecosystem: ERROR CLASS: Symbol not found for org.gradle.plugin.use.PluginDependencySpec
val ERROR CLASS: Symbol not found for org.gradle.plugin.use.PluginDependenciesSpec.jvm-ecosystem: ERROR CLASS: Symbol not found for org.gradle.plugin.use.PluginDependencySpec

The builtin Gradle plugin implemented by org.gradle.api.plugins.JvmEcosystemPlugin.

Link copied to clipboard
val ERROR CLASS: Symbol not found for org.gradle.plugin.use.PluginDependenciesSpec.jvm-test-suite: ERROR CLASS: Symbol not found for org.gradle.plugin.use.PluginDependencySpec
val ERROR CLASS: Symbol not found for org.gradle.plugin.use.PluginDependenciesSpec.jvm-test-suite: ERROR CLASS: Symbol not found for org.gradle.plugin.use.PluginDependencySpec

The builtin Gradle plugin implemented by org.gradle.api.plugins.JvmTestSuitePlugin.

Link copied to clipboard
val ERROR CLASS: Symbol not found for org.gradle.plugin.use.PluginDependenciesSpec.jvm-toolchain-management: ERROR CLASS: Symbol not found for org.gradle.plugin.use.PluginDependencySpec
val ERROR CLASS: Symbol not found for org.gradle.plugin.use.PluginDependenciesSpec.jvm-toolchain-management: ERROR CLASS: Symbol not found for org.gradle.plugin.use.PluginDependencySpec

The builtin Gradle plugin implemented by org.gradle.api.plugins.JvmToolchainManagementPlugin.

Link copied to clipboard
val ERROR CLASS: Symbol not found for org.gradle.plugin.use.PluginDependenciesSpec.jvm-toolchains: ERROR CLASS: Symbol not found for org.gradle.plugin.use.PluginDependencySpec
val ERROR CLASS: Symbol not found for org.gradle.plugin.use.PluginDependenciesSpec.jvm-toolchains: ERROR CLASS: Symbol not found for org.gradle.plugin.use.PluginDependencySpec

The builtin Gradle plugin implemented by org.gradle.api.plugins.JvmToolchainsPlugin.

Link copied to clipboard
val ERROR CLASS: Symbol not found for PluginDependenciesSpec.kotlin-dsl: ERROR CLASS: Symbol not found for PluginDependencySpec

The kotlin-dsl plugin.

Link copied to clipboard
val ERROR CLASS: Symbol not found for PluginDependenciesSpec.kotlin-dsl-base: ERROR CLASS: Symbol not found for PluginDependencySpec

The kotlin-dsl.base plugin.

Link copied to clipboard
val ERROR CLASS: Symbol not found for PluginDependenciesSpec.kotlin-dsl-precompiled-script-plugins: ERROR CLASS: Symbol not found for PluginDependencySpec

The kotlin-dsl.precompiled-script-plugins plugin.

Link copied to clipboard
val ERROR CLASS: Symbol not found for org.gradle.plugin.use.PluginDependenciesSpec.language-base: ERROR CLASS: Symbol not found for org.gradle.plugin.use.PluginDependencySpec
val ERROR CLASS: Symbol not found for org.gradle.plugin.use.PluginDependenciesSpec.language-base: ERROR CLASS: Symbol not found for org.gradle.plugin.use.PluginDependencySpec

The builtin Gradle plugin implemented by org.gradle.language.base.plugins.LanguageBasePlugin.

Link copied to clipboard
val ERROR CLASS: Symbol not found for org.gradle.plugin.use.PluginDependenciesSpec.lifecycle-base: ERROR CLASS: Symbol not found for org.gradle.plugin.use.PluginDependencySpec
val ERROR CLASS: Symbol not found for org.gradle.plugin.use.PluginDependenciesSpec.lifecycle-base: ERROR CLASS: Symbol not found for org.gradle.plugin.use.PluginDependencySpec

The builtin Gradle plugin implemented by org.gradle.language.base.plugins.LifecycleBasePlugin.

Link copied to clipboard
val ERROR CLASS: Symbol not found for org.gradle.plugin.use.PluginDependenciesSpec.maven-publish: ERROR CLASS: Symbol not found for org.gradle.plugin.use.PluginDependencySpec
val ERROR CLASS: Symbol not found for org.gradle.plugin.use.PluginDependenciesSpec.maven-publish: ERROR CLASS: Symbol not found for org.gradle.plugin.use.PluginDependencySpec

The builtin Gradle plugin implemented by org.gradle.api.publish.maven.plugins.MavenPublishPlugin.

Link copied to clipboard
val ERROR CLASS: Symbol not found for org.gradle.plugin.use.PluginDependenciesSpec.microsoft-visual-cpp-compiler: ERROR CLASS: Symbol not found for org.gradle.plugin.use.PluginDependencySpec
val ERROR CLASS: Symbol not found for org.gradle.plugin.use.PluginDependenciesSpec.microsoft-visual-cpp-compiler: ERROR CLASS: Symbol not found for org.gradle.plugin.use.PluginDependencySpec

The builtin Gradle plugin implemented by org.gradle.nativeplatform.toolchain.plugins.MicrosoftVisualCppCompilerPlugin.

Link copied to clipboard
val ERROR CLASS: Symbol not found for org.gradle.plugin.use.PluginDependenciesSpec.model-reporting-tasks: ERROR CLASS: Symbol not found for org.gradle.plugin.use.PluginDependencySpec
val ERROR CLASS: Symbol not found for org.gradle.plugin.use.PluginDependenciesSpec.model-reporting-tasks: ERROR CLASS: Symbol not found for org.gradle.plugin.use.PluginDependencySpec

The builtin Gradle plugin implemented by org.gradle.api.plugins.internal.ModelReportingTasksPlugin.

Link copied to clipboard
val ERROR CLASS: Symbol not found for org.gradle.plugin.use.PluginDependenciesSpec.native-component: ERROR CLASS: Symbol not found for org.gradle.plugin.use.PluginDependencySpec
val ERROR CLASS: Symbol not found for org.gradle.plugin.use.PluginDependenciesSpec.native-component: ERROR CLASS: Symbol not found for org.gradle.plugin.use.PluginDependencySpec

The builtin Gradle plugin implemented by org.gradle.nativeplatform.plugins.NativeComponentPlugin.

Link copied to clipboard
val ERROR CLASS: Symbol not found for org.gradle.plugin.use.PluginDependenciesSpec.native-component-model: ERROR CLASS: Symbol not found for org.gradle.plugin.use.PluginDependencySpec
val ERROR CLASS: Symbol not found for org.gradle.plugin.use.PluginDependenciesSpec.native-component-model: ERROR CLASS: Symbol not found for org.gradle.plugin.use.PluginDependencySpec

The builtin Gradle plugin implemented by org.gradle.nativeplatform.plugins.NativeComponentModelPlugin.

Link copied to clipboard
val ERROR CLASS: Symbol not found for org.gradle.plugin.use.PluginDependenciesSpec.objective-c: ERROR CLASS: Symbol not found for org.gradle.plugin.use.PluginDependencySpec
val ERROR CLASS: Symbol not found for org.gradle.plugin.use.PluginDependenciesSpec.objective-c: ERROR CLASS: Symbol not found for org.gradle.plugin.use.PluginDependencySpec

The builtin Gradle plugin implemented by org.gradle.language.objectivec.plugins.ObjectiveCPlugin.

Link copied to clipboard
val ERROR CLASS: Symbol not found for org.gradle.plugin.use.PluginDependenciesSpec.objective-c-lang: ERROR CLASS: Symbol not found for org.gradle.plugin.use.PluginDependencySpec
val ERROR CLASS: Symbol not found for org.gradle.plugin.use.PluginDependenciesSpec.objective-c-lang: ERROR CLASS: Symbol not found for org.gradle.plugin.use.PluginDependencySpec

The builtin Gradle plugin implemented by org.gradle.language.objectivec.plugins.ObjectiveCLangPlugin.

Link copied to clipboard
val ERROR CLASS: Symbol not found for org.gradle.plugin.use.PluginDependenciesSpec.objective-cpp: ERROR CLASS: Symbol not found for org.gradle.plugin.use.PluginDependencySpec
val ERROR CLASS: Symbol not found for org.gradle.plugin.use.PluginDependenciesSpec.objective-cpp: ERROR CLASS: Symbol not found for org.gradle.plugin.use.PluginDependencySpec

The builtin Gradle plugin implemented by org.gradle.language.objectivecpp.plugins.ObjectiveCppPlugin.

Link copied to clipboard
val ERROR CLASS: Symbol not found for org.gradle.plugin.use.PluginDependenciesSpec.objective-cpp-lang: ERROR CLASS: Symbol not found for org.gradle.plugin.use.PluginDependencySpec
val ERROR CLASS: Symbol not found for org.gradle.plugin.use.PluginDependenciesSpec.objective-cpp-lang: ERROR CLASS: Symbol not found for org.gradle.plugin.use.PluginDependencySpec

The builtin Gradle plugin implemented by org.gradle.language.objectivecpp.plugins.ObjectiveCppLangPlugin.

Link copied to clipboard
val ERROR CLASS: Symbol not found for org.gradle.plugin.use.PluginDependenciesSpec.pmd: ERROR CLASS: Symbol not found for org.gradle.plugin.use.PluginDependencySpec
val ERROR CLASS: Symbol not found for org.gradle.plugin.use.PluginDependenciesSpec.pmd: ERROR CLASS: Symbol not found for org.gradle.plugin.use.PluginDependencySpec

The builtin Gradle plugin implemented by org.gradle.api.plugins.quality.PmdPlugin.

Link copied to clipboard
val ERROR CLASS: Symbol not found for org.gradle.plugin.use.PluginDependenciesSpec.project-report: ERROR CLASS: Symbol not found for org.gradle.plugin.use.PluginDependencySpec
val ERROR CLASS: Symbol not found for org.gradle.plugin.use.PluginDependenciesSpec.project-report: ERROR CLASS: Symbol not found for org.gradle.plugin.use.PluginDependencySpec

The builtin Gradle plugin implemented by org.gradle.api.plugins.ProjectReportsPlugin.

Link copied to clipboard
val ERROR CLASS: Symbol not found for org.gradle.plugin.use.PluginDependenciesSpec.project-reports: ERROR CLASS: Symbol not found for org.gradle.plugin.use.PluginDependencySpec
val ERROR CLASS: Symbol not found for org.gradle.plugin.use.PluginDependenciesSpec.project-reports: ERROR CLASS: Symbol not found for org.gradle.plugin.use.PluginDependencySpec

The builtin Gradle plugin implemented by org.gradle.api.plugins.ProjectReportsPlugin.

Link copied to clipboard
val ERROR CLASS: Symbol not found for org.gradle.plugin.use.PluginDependenciesSpec.publishing: ERROR CLASS: Symbol not found for org.gradle.plugin.use.PluginDependencySpec
val ERROR CLASS: Symbol not found for org.gradle.plugin.use.PluginDependenciesSpec.publishing: ERROR CLASS: Symbol not found for org.gradle.plugin.use.PluginDependencySpec

The builtin Gradle plugin implemented by org.gradle.api.publish.plugins.PublishingPlugin.

Link copied to clipboard
val <T : Any, C : ERROR CLASS: Symbol not found for NamedDomainObjectContainer<T>> C.registering: RegisteringDomainObjectDelegateProvider<out C>

Property delegate for registering new elements in the container.

Link copied to clipboard
val ERROR CLASS: Symbol not found for org.gradle.plugin.use.PluginDependenciesSpec.reporting-base: ERROR CLASS: Symbol not found for org.gradle.plugin.use.PluginDependencySpec
val ERROR CLASS: Symbol not found for org.gradle.plugin.use.PluginDependenciesSpec.reporting-base: ERROR CLASS: Symbol not found for org.gradle.plugin.use.PluginDependencySpec

The builtin Gradle plugin implemented by org.gradle.api.plugins.ReportingBasePlugin.

Link copied to clipboard
val ERROR CLASS: Symbol not found for org.gradle.plugin.use.PluginDependenciesSpec.scala: ERROR CLASS: Symbol not found for org.gradle.plugin.use.PluginDependencySpec
val ERROR CLASS: Symbol not found for org.gradle.plugin.use.PluginDependenciesSpec.scala: ERROR CLASS: Symbol not found for org.gradle.plugin.use.PluginDependencySpec

The builtin Gradle plugin implemented by org.gradle.api.plugins.scala.ScalaPlugin.

Link copied to clipboard
val ERROR CLASS: Symbol not found for org.gradle.plugin.use.PluginDependenciesSpec.scala-base: ERROR CLASS: Symbol not found for org.gradle.plugin.use.PluginDependencySpec
val ERROR CLASS: Symbol not found for org.gradle.plugin.use.PluginDependenciesSpec.scala-base: ERROR CLASS: Symbol not found for org.gradle.plugin.use.PluginDependencySpec

The builtin Gradle plugin implemented by org.gradle.api.plugins.scala.ScalaBasePlugin.

Link copied to clipboard
val ERROR CLASS: Symbol not found for org.gradle.plugin.use.PluginDependenciesSpec.signing: ERROR CLASS: Symbol not found for org.gradle.plugin.use.PluginDependencySpec
val ERROR CLASS: Symbol not found for org.gradle.plugin.use.PluginDependenciesSpec.signing: ERROR CLASS: Symbol not found for org.gradle.plugin.use.PluginDependencySpec

The builtin Gradle plugin implemented by org.gradle.plugins.signing.SigningPlugin.

Link copied to clipboard
val ERROR CLASS: Symbol not found for org.gradle.plugin.use.PluginDependenciesSpec.software-reporting-tasks: ERROR CLASS: Symbol not found for org.gradle.plugin.use.PluginDependencySpec
val ERROR CLASS: Symbol not found for org.gradle.plugin.use.PluginDependenciesSpec.software-reporting-tasks: ERROR CLASS: Symbol not found for org.gradle.plugin.use.PluginDependencySpec

The builtin Gradle plugin implemented by org.gradle.api.plugins.SoftwareReportingTasksPlugin.

Link copied to clipboard
val ERROR CLASS: Symbol not found for org.gradle.plugin.use.PluginDependenciesSpec.standard-tool-chains: ERROR CLASS: Symbol not found for org.gradle.plugin.use.PluginDependencySpec
val ERROR CLASS: Symbol not found for org.gradle.plugin.use.PluginDependenciesSpec.standard-tool-chains: ERROR CLASS: Symbol not found for org.gradle.plugin.use.PluginDependencySpec

The builtin Gradle plugin implemented by org.gradle.nativeplatform.toolchain.internal.plugins.StandardToolChainsPlugin.

Link copied to clipboard
val ERROR CLASS: Symbol not found for org.gradle.plugin.use.PluginDependenciesSpec.swift-application: ERROR CLASS: Symbol not found for org.gradle.plugin.use.PluginDependencySpec
val ERROR CLASS: Symbol not found for org.gradle.plugin.use.PluginDependenciesSpec.swift-application: ERROR CLASS: Symbol not found for org.gradle.plugin.use.PluginDependencySpec

The builtin Gradle plugin implemented by org.gradle.language.swift.plugins.SwiftApplicationPlugin.

Link copied to clipboard
val ERROR CLASS: Symbol not found for org.gradle.plugin.use.PluginDependenciesSpec.swift-library: ERROR CLASS: Symbol not found for org.gradle.plugin.use.PluginDependencySpec
val ERROR CLASS: Symbol not found for org.gradle.plugin.use.PluginDependenciesSpec.swift-library: ERROR CLASS: Symbol not found for org.gradle.plugin.use.PluginDependencySpec

The builtin Gradle plugin implemented by org.gradle.language.swift.plugins.SwiftLibraryPlugin.

Link copied to clipboard
val ERROR CLASS: Symbol not found for org.gradle.plugin.use.PluginDependenciesSpec.swiftpm-export: ERROR CLASS: Symbol not found for org.gradle.plugin.use.PluginDependencySpec
val ERROR CLASS: Symbol not found for org.gradle.plugin.use.PluginDependenciesSpec.swiftpm-export: ERROR CLASS: Symbol not found for org.gradle.plugin.use.PluginDependencySpec

The builtin Gradle plugin implemented by org.gradle.swiftpm.plugins.SwiftPackageManagerExportPlugin.

Link copied to clipboard
val ERROR CLASS: Symbol not found for org.gradle.plugin.use.PluginDependenciesSpec.test-report-aggregation: ERROR CLASS: Symbol not found for org.gradle.plugin.use.PluginDependencySpec
val ERROR CLASS: Symbol not found for org.gradle.plugin.use.PluginDependenciesSpec.test-report-aggregation: ERROR CLASS: Symbol not found for org.gradle.plugin.use.PluginDependencySpec

The builtin Gradle plugin implemented by org.gradle.api.plugins.TestReportAggregationPlugin.

Link copied to clipboard
val ERROR CLASS: Symbol not found for org.gradle.plugin.use.PluginDependenciesSpec.test-suite-base: ERROR CLASS: Symbol not found for org.gradle.plugin.use.PluginDependencySpec
val ERROR CLASS: Symbol not found for org.gradle.plugin.use.PluginDependenciesSpec.test-suite-base: ERROR CLASS: Symbol not found for org.gradle.plugin.use.PluginDependencySpec

The builtin Gradle plugin implemented by org.gradle.testing.base.plugins.TestSuiteBasePlugin.

Link copied to clipboard
val ERROR CLASS: Symbol not found for org.gradle.plugin.use.PluginDependenciesSpec.version-catalog: ERROR CLASS: Symbol not found for org.gradle.plugin.use.PluginDependencySpec
val ERROR CLASS: Symbol not found for org.gradle.plugin.use.PluginDependenciesSpec.version-catalog: ERROR CLASS: Symbol not found for org.gradle.plugin.use.PluginDependencySpec

The builtin Gradle plugin implemented by org.gradle.api.plugins.catalog.VersionCatalogPlugin.

Link copied to clipboard
val ERROR CLASS: Symbol not found for org.gradle.plugin.use.PluginDependenciesSpec.visual-studio: ERROR CLASS: Symbol not found for org.gradle.plugin.use.PluginDependencySpec
val ERROR CLASS: Symbol not found for org.gradle.plugin.use.PluginDependenciesSpec.visual-studio: ERROR CLASS: Symbol not found for org.gradle.plugin.use.PluginDependencySpec

The builtin Gradle plugin implemented by org.gradle.ide.visualstudio.plugins.VisualStudioPlugin.

Link copied to clipboard
val ERROR CLASS: Symbol not found for org.gradle.plugin.use.PluginDependenciesSpec.war: ERROR CLASS: Symbol not found for org.gradle.plugin.use.PluginDependencySpec
val ERROR CLASS: Symbol not found for org.gradle.plugin.use.PluginDependenciesSpec.war: ERROR CLASS: Symbol not found for org.gradle.plugin.use.PluginDependencySpec

The builtin Gradle plugin implemented by org.gradle.api.plugins.WarPlugin.

Link copied to clipboard
val ERROR CLASS: Symbol not found for org.gradle.plugin.use.PluginDependenciesSpec.windows-resource-script: ERROR CLASS: Symbol not found for org.gradle.plugin.use.PluginDependencySpec
val ERROR CLASS: Symbol not found for org.gradle.plugin.use.PluginDependenciesSpec.windows-resource-script: ERROR CLASS: Symbol not found for org.gradle.plugin.use.PluginDependencySpec

The builtin Gradle plugin implemented by org.gradle.language.rc.plugins.WindowsResourceScriptPlugin.

Link copied to clipboard
val ERROR CLASS: Symbol not found for org.gradle.plugin.use.PluginDependenciesSpec.windows-resources: ERROR CLASS: Symbol not found for org.gradle.plugin.use.PluginDependencySpec
val ERROR CLASS: Symbol not found for org.gradle.plugin.use.PluginDependenciesSpec.windows-resources: ERROR CLASS: Symbol not found for org.gradle.plugin.use.PluginDependencySpec

The builtin Gradle plugin implemented by org.gradle.language.rc.plugins.WindowsResourcesPlugin.

Link copied to clipboard
val ERROR CLASS: Symbol not found for org.gradle.plugin.use.PluginDependenciesSpec.wrapper: ERROR CLASS: Symbol not found for org.gradle.plugin.use.PluginDependencySpec
val ERROR CLASS: Symbol not found for org.gradle.plugin.use.PluginDependenciesSpec.wrapper: ERROR CLASS: Symbol not found for org.gradle.plugin.use.PluginDependencySpec

The builtin Gradle plugin implemented by org.gradle.buildinit.plugins.WrapperPlugin.

Link copied to clipboard
val ERROR CLASS: Symbol not found for org.gradle.plugin.use.PluginDependenciesSpec.xcode: ERROR CLASS: Symbol not found for org.gradle.plugin.use.PluginDependencySpec
val ERROR CLASS: Symbol not found for org.gradle.plugin.use.PluginDependenciesSpec.xcode: ERROR CLASS: Symbol not found for org.gradle.plugin.use.PluginDependencySpec

The builtin Gradle plugin implemented by org.gradle.ide.xcode.plugins.XcodePlugin.

Link copied to clipboard
val ERROR CLASS: Symbol not found for org.gradle.plugin.use.PluginDependenciesSpec.xctest: ERROR CLASS: Symbol not found for org.gradle.plugin.use.PluginDependencySpec
val ERROR CLASS: Symbol not found for org.gradle.plugin.use.PluginDependenciesSpec.xctest: ERROR CLASS: Symbol not found for org.gradle.plugin.use.PluginDependencySpec

The builtin Gradle plugin implemented by org.gradle.nativeplatform.test.xctest.plugins.XCTestConventionPlugin.

Functions

Link copied to clipboard
inline fun <T : Any> ERROR CLASS: Symbol not found for org.gradle.api.attributes.CompatibilityRuleChain<T>.add(ruleClass: KClass<out ERROR CLASS: Symbol not found for org.gradle.api.attributes.AttributeCompatibilityRule<T>>)
inline fun <T : Any> ERROR CLASS: Symbol not found for org.gradle.api.attributes.CompatibilityRuleChain<T>.add(ruleClass: KClass<out ERROR CLASS: Symbol not found for org.gradle.api.attributes.AttributeCompatibilityRule<T>>)
inline fun <T : Any> ERROR CLASS: Symbol not found for org.gradle.api.attributes.CompatibilityRuleChain<T>.add(ruleClass: KClass<out ERROR CLASS: Symbol not found for org.gradle.api.attributes.AttributeCompatibilityRule<T>>, configureAction: ERROR CLASS: Symbol not found for org.gradle.api.Action<in ERROR CLASS: Symbol not found for org.gradle.api.ActionConfiguration>)
inline fun <T : Any> ERROR CLASS: Symbol not found for org.gradle.api.attributes.CompatibilityRuleChain<T>.add(ruleClass: KClass<out ERROR CLASS: Symbol not found for org.gradle.api.attributes.AttributeCompatibilityRule<T>>, configureAction: ERROR CLASS: Symbol not found for org.gradle.api.Action<in ERROR CLASS: Symbol not found for org.gradle.api.ActionConfiguration>)

Kotlin extension function taking kotlin.reflect.KClass for org.gradle.api.attributes.CompatibilityRuleChain.add.

inline fun <T : Any> ERROR CLASS: Symbol not found for org.gradle.api.attributes.DisambiguationRuleChain<T>.add(ruleClass: KClass<out ERROR CLASS: Symbol not found for org.gradle.api.attributes.AttributeDisambiguationRule<T>>)
inline fun <T : Any> ERROR CLASS: Symbol not found for org.gradle.api.attributes.DisambiguationRuleChain<T>.add(ruleClass: KClass<out ERROR CLASS: Symbol not found for org.gradle.api.attributes.AttributeDisambiguationRule<T>>)
inline fun <T : Any> ERROR CLASS: Symbol not found for org.gradle.api.attributes.DisambiguationRuleChain<T>.add(ruleClass: KClass<out ERROR CLASS: Symbol not found for org.gradle.api.attributes.AttributeDisambiguationRule<T>>, configureAction: ERROR CLASS: Symbol not found for org.gradle.api.Action<in ERROR CLASS: Symbol not found for org.gradle.api.ActionConfiguration>)
inline fun <T : Any> ERROR CLASS: Symbol not found for org.gradle.api.attributes.DisambiguationRuleChain<T>.add(ruleClass: KClass<out ERROR CLASS: Symbol not found for org.gradle.api.attributes.AttributeDisambiguationRule<T>>, configureAction: ERROR CLASS: Symbol not found for org.gradle.api.Action<in ERROR CLASS: Symbol not found for org.gradle.api.ActionConfiguration>)

Kotlin extension function taking kotlin.reflect.KClass for org.gradle.api.attributes.DisambiguationRuleChain.add.

inline fun <T : Any> ERROR CLASS: Symbol not found for ExtensionContainer.add(name: String, extension: T)

Adds a new extension to this container.

inline fun <T : ERROR CLASS: Symbol not found for ModuleDependency> ERROR CLASS: Symbol not found for DependencyHandler.add(configuration: String, dependency: T, dependencyConfiguration: T.() -> Unit): T
inline fun ERROR CLASS: Symbol not found for DependencyHandler.add(configuration: String, dependencyNotation: String, dependencyConfiguration: ERROR CLASS: Symbol not found for ExternalModuleDependency.() -> Unit): ERROR CLASS: Symbol not found for ExternalModuleDependency

Adds a dependency to the given configuration, and configures the dependency using the given expression.

inline fun <T : Any> ERROR CLASS: Symbol not found for org.gradle.api.initialization.SharedModelDefaults.add(name: String, publicType: KClass<T>, configureAction: ERROR CLASS: Symbol not found for org.gradle.api.Action<in T>)
inline fun <T : Any> ERROR CLASS: Symbol not found for org.gradle.api.initialization.SharedModelDefaults.add(name: String, publicType: KClass<T>, configureAction: ERROR CLASS: Symbol not found for org.gradle.api.Action<in T>)

Kotlin extension function taking kotlin.reflect.KClass for org.gradle.api.initialization.SharedModelDefaults.add.

inline fun <T : Any> ERROR CLASS: Symbol not found for org.gradle.api.plugins.ExtensionContainer.add(publicType: KClass<T>, name: String, extension: T)
inline fun <T : Any> ERROR CLASS: Symbol not found for org.gradle.api.plugins.ExtensionContainer.add(publicType: KClass<T>, name: String, extension: T)

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

Link copied to clipboard
inline fun <T : ERROR CLASS: Symbol not found for org.gradle.api.problems.AdditionalData> ERROR CLASS: Symbol not found for org.gradle.api.problems.ProblemSpec.additionalData(type: KClass<T>, config: ERROR CLASS: Symbol not found for org.gradle.api.Action<in T>): ERROR CLASS: Symbol not found for org.gradle.api.problems.ProblemSpec
inline fun <T : ERROR CLASS: Symbol not found for org.gradle.api.problems.AdditionalData> ERROR CLASS: Symbol not found for org.gradle.api.problems.ProblemSpec.additionalData(type: KClass<T>, config: ERROR CLASS: Symbol not found for org.gradle.api.Action<in T>): ERROR CLASS: Symbol not found for org.gradle.api.problems.ProblemSpec

Kotlin extension function taking kotlin.reflect.KClass for org.gradle.api.problems.ProblemSpec.additionalData.

Link copied to clipboard
inline fun <S : Any, T : Any> ERROR CLASS: Symbol not found for org.gradle.model.ModelMap<T>.afterEach(type: KClass<S>, configAction: ERROR CLASS: Symbol not found for org.gradle.api.Action<in S>)
inline fun <S : Any, T : Any> ERROR CLASS: Symbol not found for org.gradle.model.ModelMap<T>.afterEach(type: KClass<S>, configAction: ERROR CLASS: Symbol not found for org.gradle.api.Action<in S>)

Kotlin extension function taking kotlin.reflect.KClass for org.gradle.model.ModelMap.afterEach.

Link copied to clipboard
inline fun <T : ERROR CLASS: Symbol not found for ComponentMetadataRule> ERROR CLASS: Symbol not found for ComponentMetadataHandler.all(): ERROR CLASS: Symbol not found for ComponentMetadataHandler

Adds a class based rule that may modify the metadata of any resolved software component.

inline fun <T : ERROR CLASS: Symbol not found for ComponentMetadataRule> ERROR CLASS: Symbol not found for ComponentMetadataHandler.all(configureAction: ERROR CLASS: Symbol not found for Action<in ERROR CLASS: Symbol not found for ActionConfiguration>): ERROR CLASS: Symbol not found for ComponentMetadataHandler

Adds a class based rule that may modify the metadata of any resolved software component. The rule itself is configured by the provided configure action.

inline fun ERROR CLASS: Symbol not found for org.gradle.api.artifacts.dsl.ComponentMetadataHandler.all(rule: KClass<out ERROR CLASS: Symbol not found for org.gradle.api.artifacts.ComponentMetadataRule>): ERROR CLASS: Symbol not found for org.gradle.api.artifacts.dsl.ComponentMetadataHandler
inline fun ERROR CLASS: Symbol not found for org.gradle.api.artifacts.dsl.ComponentMetadataHandler.all(rule: KClass<out ERROR CLASS: Symbol not found for org.gradle.api.artifacts.ComponentMetadataRule>): ERROR CLASS: Symbol not found for org.gradle.api.artifacts.dsl.ComponentMetadataHandler
inline fun ERROR CLASS: Symbol not found for org.gradle.api.artifacts.dsl.ComponentMetadataHandler.all(rule: KClass<out ERROR CLASS: Symbol not found for org.gradle.api.artifacts.ComponentMetadataRule>, configureAction: ERROR CLASS: Symbol not found for org.gradle.api.Action<in ERROR CLASS: Symbol not found for org.gradle.api.ActionConfiguration>): ERROR CLASS: Symbol not found for org.gradle.api.artifacts.dsl.ComponentMetadataHandler
inline fun ERROR CLASS: Symbol not found for org.gradle.api.artifacts.dsl.ComponentMetadataHandler.all(rule: KClass<out ERROR CLASS: Symbol not found for org.gradle.api.artifacts.ComponentMetadataRule>, configureAction: ERROR CLASS: Symbol not found for org.gradle.api.Action<in ERROR CLASS: Symbol not found for org.gradle.api.ActionConfiguration>): ERROR CLASS: Symbol not found for org.gradle.api.artifacts.dsl.ComponentMetadataHandler

Kotlin extension function taking kotlin.reflect.KClass for org.gradle.api.artifacts.dsl.ComponentMetadataHandler.all.

Link copied to clipboard
inline fun <P : ERROR CLASS: Symbol not found for org.gradle.api.flow.FlowParameters> ERROR CLASS: Symbol not found for org.gradle.api.flow.FlowScope.always(action: KClass<out ERROR CLASS: Symbol not found for org.gradle.api.flow.FlowAction<P>>, configure: ERROR CLASS: Symbol not found for org.gradle.api.Action<in ERROR CLASS: Symbol not found for org.gradle.api.flow.FlowActionSpec<P>>): ERROR CLASS: Symbol not found for org.gradle.api.flow.FlowScope.Registration<P>
inline fun <P : ERROR CLASS: Symbol not found for org.gradle.api.flow.FlowParameters> ERROR CLASS: Symbol not found for org.gradle.api.flow.FlowScope.always(action: KClass<out ERROR CLASS: Symbol not found for org.gradle.api.flow.FlowAction<P>>, configure: ERROR CLASS: Symbol not found for org.gradle.api.Action<in ERROR CLASS: Symbol not found for org.gradle.api.flow.FlowActionSpec<P>>): ERROR CLASS: Symbol not found for org.gradle.api.flow.FlowScope.Registration<P>

Kotlin extension function taking kotlin.reflect.KClass for org.gradle.api.flow.FlowScope.always.

Link copied to clipboard
inline fun <T : ERROR CLASS: Symbol not found for Plugin<ERROR CLASS: Symbol not found for Gradle>> ERROR CLASS: Symbol not found for Gradle.apply()
inline fun <T : ERROR CLASS: Symbol not found for Plugin<*>> ERROR CLASS: Symbol not found for PluginAware.apply()
inline fun <T : ERROR CLASS: Symbol not found for Plugin<ERROR CLASS: Symbol not found for Project>> ERROR CLASS: Symbol not found for Project.apply()
inline fun <T : ERROR CLASS: Symbol not found for Plugin<ERROR CLASS: Symbol not found for Settings>> ERROR CLASS: Symbol not found for Settings.apply()

Applies the plugin of the given type T. Does nothing if the plugin has already been applied.

infix fun ERROR CLASS: Symbol not found for PluginDependencySpec.apply(apply: Boolean): ERROR CLASS: Symbol not found for PluginDependencySpec

Specifies whether the plugin should be applied to the current project. Otherwise it is only put on the project's classpath.

inline fun ERROR CLASS: Symbol not found for org.gradle.api.Script.apply(vararg options: Pair<String, Any>)
inline fun ERROR CLASS: Symbol not found for org.gradle.api.Script.apply(vararg options: Pair<String, Any>)

Kotlin extension function for org.gradle.api.Script.apply.

inline fun ERROR CLASS: Symbol not found for org.gradle.api.plugins.PluginAware.apply(vararg options: Pair<String, Any>)
inline fun ERROR CLASS: Symbol not found for org.gradle.api.plugins.PluginAware.apply(vararg options: Pair<String, Any>)

Kotlin extension function for org.gradle.api.plugins.PluginAware.apply.

inline fun <T : ERROR CLASS: Symbol not found for org.gradle.api.Plugin<*>> ERROR CLASS: Symbol not found for org.gradle.api.plugins.PluginContainer.apply(type: KClass<T>): T
inline fun <T : ERROR CLASS: Symbol not found for org.gradle.api.Plugin<*>> ERROR CLASS: Symbol not found for org.gradle.api.plugins.PluginContainer.apply(type: KClass<T>): T

Kotlin extension function taking kotlin.reflect.KClass for org.gradle.api.plugins.PluginContainer.apply.

inline fun ERROR CLASS: Symbol not found for org.gradle.api.plugins.PluginManager.apply(type: KClass<*>)
inline fun ERROR CLASS: Symbol not found for org.gradle.api.plugins.PluginManager.apply(type: KClass<*>)

Kotlin extension function taking kotlin.reflect.KClass for org.gradle.api.plugins.PluginManager.apply.

fun ERROR CLASS: Symbol not found for PluginAware.apply(from: Any? = null, plugin: String? = null, to: Any? = null)

Applies the given plugin or script.

Link copied to clipboard
inline fun <T : ERROR CLASS: Symbol not found for Plugin<*>> ERROR CLASS: Symbol not found for PluginAware.applyTo(vararg targets: Any)

Applies the plugin of the given type T to the specified object. Does nothing if the plugin has already been applied.

Link copied to clipboard
fun ERROR CLASS: Symbol not found for Project.artifacts(configuration: ArtifactHandlerScope.() -> Unit)

Configures the artifacts for this project.

Link copied to clipboard
fun ERROR CLASS: Symbol not found for ConfigurableFileCollection.assign(fileCollection: ERROR CLASS: Symbol not found for FileCollection)

Sets the ConfigurableFileCollection to contain the source paths of passed collection. This is the same as calling ConfigurableFileCollection.setFrom(fileCollection: FileCollection).

fun <T : ERROR CLASS: Symbol not found for FileSystemLocation> ERROR CLASS: Symbol not found for FileSystemLocationProperty<T>.assign(provider: ERROR CLASS: Symbol not found for Provider<java/io/File>)

Assign file provided by a Provider to a FileSystemLocationProperty with assign operator

fun <T : ERROR CLASS: Symbol not found for FileSystemLocation> ERROR CLASS: Symbol not found for FileSystemLocationProperty<T>.assign(file: File?)

Assign file to a FileSystemLocationProperty with assign operator

fun <T : Any> ERROR CLASS: Symbol not found for HasMultipleValues<T>.assign(provider: ERROR CLASS: Symbol not found for Provider<out kotlin/collections/Iterable<T>>)
fun <K : Any, V : Any> ERROR CLASS: Symbol not found for MapProperty<K, V>.assign(provider: ERROR CLASS: Symbol not found for Provider<out kotlin/collections/Map<out K, V>>)

Sets the property to have the same value of the given provider, and replaces any existing value

fun <T : Any> ERROR CLASS: Symbol not found for HasMultipleValues<T>.assign(elements: Iterable<T>?)

Sets the value of the property to the elements of the given iterable, and replaces any existing value

fun <K : Any, V : Any> ERROR CLASS: Symbol not found for MapProperty<K, V>.assign(entries: Map<out K, V>?)

Sets the value of this property to the entries of the given Map, and replaces any existing value

fun <T : Any> ERROR CLASS: Symbol not found for Property<T>.assign(value: ERROR CLASS: Symbol not found for Provider<out T>)

Assign value: Provider to a property with assign operator

fun <T : Any> ERROR CLASS: Symbol not found for Property<T>.assign(value: T?)

Assign value: T to a property with assign operator

Link copied to clipboard
inline fun ERROR CLASS: Symbol not found for org.gradle.api.java.archives.Manifest.attributes(vararg attributes: Pair<String, Any>): ERROR CLASS: Symbol not found for org.gradle.api.java.archives.Manifest
inline fun ERROR CLASS: Symbol not found for org.gradle.api.java.archives.Manifest.attributes(vararg attributes: Pair<String, Any>): ERROR CLASS: Symbol not found for org.gradle.api.java.archives.Manifest
inline fun ERROR CLASS: Symbol not found for org.gradle.api.java.archives.Manifest.attributes(sectionName: String, vararg attributes: Pair<String, Any>): ERROR CLASS: Symbol not found for org.gradle.api.java.archives.Manifest
inline fun ERROR CLASS: Symbol not found for org.gradle.api.java.archives.Manifest.attributes(sectionName: String, vararg attributes: Pair<String, Any>): ERROR CLASS: Symbol not found for org.gradle.api.java.archives.Manifest

Kotlin extension function for org.gradle.api.java.archives.Manifest.attributes.

Link copied to clipboard
inline fun <S : Any, T : Any> ERROR CLASS: Symbol not found for org.gradle.model.ModelMap<T>.beforeEach(type: KClass<S>, configAction: ERROR CLASS: Symbol not found for org.gradle.api.Action<in S>)
inline fun <S : Any, T : Any> ERROR CLASS: Symbol not found for org.gradle.model.ModelMap<T>.beforeEach(type: KClass<S>, configAction: ERROR CLASS: Symbol not found for org.gradle.api.Action<in S>)

Kotlin extension function taking kotlin.reflect.KClass for org.gradle.model.ModelMap.beforeEach.

Link copied to clipboard
fun ERROR CLASS: Symbol not found for Project.buildscript(action: ScriptHandlerScope.() -> Unit)

Configures the build script classpath for this project.

Link copied to clipboard
fun <T> Any.closureOf(action: T.() -> Unit): Closure<Any?>

Adapts a Kotlin function to a single argument Groovy Closure.

Link copied to clipboard
inline fun <T : Any> ERROR CLASS: Symbol not found for ExtensionAware.configure(noinline configuration: T.() -> Unit)

Executes the given configuration block against the ExtensionAware of the specified type.

inline fun <T : Any> ERROR CLASS: Symbol not found for ExtensionContainer.configure(noinline action: T.() -> Unit)

Looks for the extension of the specified type and configures it with the supplied action.

inline fun <T : Any> ERROR CLASS: Symbol not found for Project.configure(noinline configuration: T.() -> Unit)

Executes the given configuration block against the org.gradle.api.plugins.ExtensionAware of the specified type.

inline fun <T : Any> ERROR CLASS: Symbol not found for org.gradle.api.plugins.ExtensionContainer.configure(type: KClass<T>, action: ERROR CLASS: Symbol not found for org.gradle.api.Action<in T>)
inline fun <T : Any> ERROR CLASS: Symbol not found for org.gradle.api.plugins.ExtensionContainer.configure(type: KClass<T>, action: ERROR CLASS: Symbol not found for org.gradle.api.Action<in T>)

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

Link copied to clipboard
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>.configureEach(type: KClass<S>, action: ERROR CLASS: Symbol not found for org.gradle.api.Action<in S>)
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>.configureEach(type: KClass<S>, action: ERROR CLASS: Symbol not found for org.gradle.api.Action<in S>)

Kotlin extension function taking kotlin.reflect.KClass for org.gradle.language.BinaryCollection.configureEach.

Link copied to clipboard
inline fun <T : Any> ERROR CLASS: Symbol not found for Project.container(): ERROR CLASS: Symbol not found for NamedDomainObjectContainer<T>
inline fun <T : Any> ERROR CLASS: Symbol not found for Project.container(noinline factory: (String) -> T): ERROR CLASS: Symbol not found for NamedDomainObjectContainer<T>

Creates a container for managing named objects of the specified type.

inline fun <T : Any> ERROR CLASS: Symbol not found for org.gradle.api.Project.container(type: KClass<T>): ERROR CLASS: Symbol not found for org.gradle.api.NamedDomainObjectContainer<T>
inline fun <T : Any> ERROR CLASS: Symbol not found for org.gradle.api.Project.container(type: KClass<T>): ERROR CLASS: Symbol not found for org.gradle.api.NamedDomainObjectContainer<T>
inline fun <T : Any> ERROR CLASS: Symbol not found for org.gradle.api.Project.container(type: KClass<T>, factory: ERROR CLASS: Symbol not found for org.gradle.api.NamedDomainObjectFactory<T>): ERROR CLASS: Symbol not found for org.gradle.api.NamedDomainObjectContainer<T>
inline fun <T : Any> ERROR CLASS: Symbol not found for org.gradle.api.Project.container(type: KClass<T>, factory: ERROR CLASS: Symbol not found for org.gradle.api.NamedDomainObjectFactory<T>): ERROR CLASS: Symbol not found for org.gradle.api.NamedDomainObjectContainer<T>

Kotlin extension function taking kotlin.reflect.KClass for org.gradle.api.Project.container.

Link copied to clipboard
inline fun <U : T, T : Any> ERROR CLASS: Symbol not found for org.gradle.api.PolymorphicDomainObjectContainer<T>.containerWithType(type: KClass<U>): ERROR CLASS: Symbol not found for org.gradle.api.NamedDomainObjectContainer<U>
inline fun <U : T, T : Any> ERROR CLASS: Symbol not found for org.gradle.api.PolymorphicDomainObjectContainer<T>.containerWithType(type: KClass<U>): ERROR CLASS: Symbol not found for org.gradle.api.NamedDomainObjectContainer<U>

Kotlin extension function taking kotlin.reflect.KClass for org.gradle.api.PolymorphicDomainObjectContainer.containerWithType.

Link copied to clipboard
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]

Creates a domain object with the specified name and type, and adds it to the container.

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
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

Kotlin extension function for org.gradle.api.tasks.TaskContainer.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

Creates a dependency without adding it to a configuration.

inline fun <T : Any> ERROR CLASS: Symbol not found for ExtensionContainer.create(name: String, vararg constructionArguments: Any): T

Creates and adds a new extension to this container.

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]

Creates a domain object with the specified name and type, adds it to the container, and configures it with the specified action.

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

Creates a Task with the specified name and type, adds it to the container, and configures it with the specified action.

inline fun <T : ERROR CLASS: Symbol not found for Task> ERROR CLASS: Symbol not found for TaskContainer.create(name: String, vararg arguments: Any): T

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 <U : T, T : Any> ERROR CLASS: Symbol not found for org.gradle.api.PolymorphicDomainObjectContainer<T>.create(name: String, type: KClass<U>): U
inline fun <U : T, T : Any> ERROR CLASS: Symbol not found for org.gradle.api.PolymorphicDomainObjectContainer<T>.create(name: String, type: KClass<U>): U
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
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

Kotlin extension function taking kotlin.reflect.KClass for 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.api.tasks.TaskContainer.create(name: String, type: KClass<T>): T
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
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
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
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
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

Kotlin extension function taking kotlin.reflect.KClass for org.gradle.api.tasks.TaskContainer.create.

inline fun <S : T, T : Any> ERROR CLASS: Symbol not found for org.gradle.model.ModelMap<T>.create(name: String, type: KClass<S>)
inline fun <S : T, T : Any> ERROR CLASS: Symbol not found for org.gradle.model.ModelMap<T>.create(name: String, type: KClass<S>)
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>)
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>)

Kotlin extension function taking kotlin.reflect.KClass for org.gradle.model.ModelMap.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
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
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
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
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
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

Kotlin extension function taking kotlin.reflect.KClass for org.gradle.api.plugins.ExtensionContainer.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>)
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>)

Kotlin extension function taking kotlin.reflect.KClass for org.gradle.platform.base.BinaryTasksCollection.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

Creates a dependency on a module without adding it to a configuration.

Link copied to clipboard
fun <T : Any> ERROR CLASS: Symbol not found for NamedDomainObjectContainer<T>.creating(configuration: T.() -> Unit): NamedDomainObjectContainerCreatingDelegateProvider<T>

Provides a property delegate that creates elements of the default collection type with the given configuration.

fun <T : Any, U : T> ERROR CLASS: Symbol not found for PolymorphicDomainObjectContainer<T>.creating(type: KClass<U>): PolymorphicDomainObjectContainerCreatingDelegateProvider<ERROR CLASS: Cannot infer argument for type parameter U, ERROR CLASS: Cannot infer argument for type parameter U>

Provides a property delegate that creates elements of the given type.

fun ERROR CLASS: Symbol not found for TaskContainer.creating(configuration: ERROR CLASS: Symbol not found for Task.() -> Unit): NamedDomainObjectContainerCreatingDelegateProvider<ERROR CLASS: Cannot infer argument for type parameter T>

Provides a property delegate that creates tasks of the default type with the given configuration.

fun <U : ERROR CLASS: Symbol not found for Task> ERROR CLASS: Symbol not found for TaskContainer.creating(type: KClass<U>): PolymorphicDomainObjectContainerCreatingDelegateProvider<ERROR CLASS: Cannot infer argument for type parameter U, ERROR CLASS: Cannot infer argument for type parameter U>

Provides a property delegate that creates tasks of the given type.

fun <T : Any, U : T> ERROR CLASS: Symbol not found for PolymorphicDomainObjectContainer<T>.creating(type: Class<U>, configuration: U.() -> Unit): PolymorphicDomainObjectContainerCreatingDelegateProvider<U, U>

Provides a property delegate that creates elements of the given type expressed as a java.lang.Class with the given configuration.

fun <T : Any, U : T> ERROR CLASS: Symbol not found for PolymorphicDomainObjectContainer<T>.creating(type: KClass<U>, configuration: U.() -> Unit): ERROR CLASS: Ambiguity: creating, [org/gradle/kotlin/dsl/creating, org/gradle/kotlin/dsl/creating, org/gradle/kotlin/dsl/creating, org/gradle/kotlin/dsl/creating, org/gradle/kotlin/dsl/creating, org/gradle/kotlin/dsl/creating]

Provides a property delegate that creates elements of the given type with the given configuration.

fun <U : ERROR CLASS: Symbol not found for Task> ERROR CLASS: Symbol not found for TaskContainer.creating(type: Class<U>, configuration: U.() -> Unit): PolymorphicDomainObjectContainerCreatingDelegateProvider<U, U>

Provides a property delegate that creates tasks of the given type expressed as a java.lang.Class with the given configuration.

fun <U : ERROR CLASS: Symbol not found for Task> ERROR CLASS: Symbol not found for TaskContainer.creating(type: KClass<U>, configuration: U.() -> Unit): ERROR CLASS: Ambiguity: creating, [org/gradle/kotlin/dsl/creating, org/gradle/kotlin/dsl/creating, org/gradle/kotlin/dsl/creating, org/gradle/kotlin/dsl/creating, org/gradle/kotlin/dsl/creating, org/gradle/kotlin/dsl/creating]

Provides a property delegate that creates tasks of the given type with the given configuration.

Link copied to clipboard
inline fun ERROR CLASS: Symbol not found for org.gradle.api.artifacts.repositories.AuthenticationSupported.credentials(credentialsType: KClass<out ERROR CLASS: Symbol not found for org.gradle.api.credentials.Credentials>)
inline fun ERROR CLASS: Symbol not found for org.gradle.api.artifacts.repositories.AuthenticationSupported.credentials(credentialsType: KClass<out ERROR CLASS: Symbol not found for org.gradle.api.credentials.Credentials>)
inline fun <T : ERROR CLASS: Symbol not found for org.gradle.api.credentials.Credentials> ERROR CLASS: Symbol not found for org.gradle.api.artifacts.repositories.AuthenticationSupported.credentials(credentialsType: KClass<T>, action: ERROR CLASS: Symbol not found for org.gradle.api.Action<in T>)
inline fun <T : ERROR CLASS: Symbol not found for org.gradle.api.credentials.Credentials> ERROR CLASS: Symbol not found for org.gradle.api.artifacts.repositories.AuthenticationSupported.credentials(credentialsType: KClass<T>, action: ERROR CLASS: Symbol not found for org.gradle.api.Action<in T>)

Kotlin extension function taking kotlin.reflect.KClass for org.gradle.api.artifacts.repositories.AuthenticationSupported.credentials.

inline fun <T : ERROR CLASS: Symbol not found for org.gradle.api.credentials.Credentials> ERROR CLASS: Symbol not found for org.gradle.api.provider.ProviderFactory.credentials(credentialsType: KClass<T>, identity: ERROR CLASS: Symbol not found for org.gradle.api.provider.Provider<kotlin/String>): ERROR CLASS: Symbol not found for org.gradle.api.provider.Provider<T>
inline fun <T : ERROR CLASS: Symbol not found for org.gradle.api.credentials.Credentials> ERROR CLASS: Symbol not found for org.gradle.api.provider.ProviderFactory.credentials(credentialsType: KClass<T>, identity: ERROR CLASS: Symbol not found for org.gradle.api.provider.Provider<kotlin/String>): ERROR CLASS: Symbol not found for org.gradle.api.provider.Provider<T>
inline fun <T : ERROR CLASS: Symbol not found for org.gradle.api.credentials.Credentials> ERROR CLASS: Symbol not found for org.gradle.api.provider.ProviderFactory.credentials(credentialsType: KClass<T>, identity: String): ERROR CLASS: Symbol not found for org.gradle.api.provider.Provider<T>
inline fun <T : ERROR CLASS: Symbol not found for org.gradle.api.credentials.Credentials> ERROR CLASS: Symbol not found for org.gradle.api.provider.ProviderFactory.credentials(credentialsType: KClass<T>, identity: String): ERROR CLASS: Symbol not found for org.gradle.api.provider.Provider<T>

Kotlin extension function taking kotlin.reflect.KClass for org.gradle.api.provider.ProviderFactory.credentials.

Link copied to clipboard
inline fun <T : Any> ERROR CLASS: Symbol not found for org.gradle.platform.base.TypeBuilder<T>.defaultImplementation(implementation: KClass<*>): ERROR CLASS: Symbol not found for org.gradle.platform.base.TypeBuilder<T>
inline fun <T : Any> ERROR CLASS: Symbol not found for org.gradle.platform.base.TypeBuilder<T>.defaultImplementation(implementation: KClass<*>): ERROR CLASS: Symbol not found for org.gradle.platform.base.TypeBuilder<T>

Kotlin extension function taking kotlin.reflect.KClass for org.gradle.platform.base.TypeBuilder.defaultImplementation.

Link copied to clipboard
inline fun ERROR CLASS: Symbol not found for Project.defaultTasks(vararg tasks: ERROR CLASS: Symbol not found for Task)

Sets the default tasks of this project. These are used when no tasks names are provided when starting the build.

Link copied to clipboard
fun <T> Any.delegateClosureOf(action: T.() -> Unit): Closure<Unit>

Adapts a Kotlin function to a Groovy Closure that operates on the configured Closure delegate.

Link copied to clipboard
fun ERROR CLASS: Symbol not found for Project.dependencies(configuration: DependencyHandlerScope.() -> Unit)

Configures the dependencies for this project.

Link copied to clipboard
fun ERROR CLASS: Symbol not found for ScriptHandler.dependencyLocking(configuration: ERROR CLASS: Symbol not found for DependencyLockingHandler.() -> Unit)

Configures the dependency locking for the script dependency configurations.

Link copied to clipboard
inline fun ERROR CLASS: Symbol not found for org.gradle.api.tasks.SourceSetOutput.dir(dir: Any, vararg options: Pair<String, Any>)
inline fun ERROR CLASS: Symbol not found for org.gradle.api.tasks.SourceSetOutput.dir(dir: Any, vararg options: Pair<String, Any>)

Kotlin extension function for org.gradle.api.tasks.SourceSetOutput.dir.

Link copied to clipboard
inline fun <T : Any> ERROR CLASS: Symbol not found for org.gradle.api.model.ObjectFactory.domainObjectContainer(elementType: KClass<T>): ERROR CLASS: Symbol not found for org.gradle.api.NamedDomainObjectContainer<T>
inline fun <T : Any> ERROR CLASS: Symbol not found for org.gradle.api.model.ObjectFactory.domainObjectContainer(elementType: KClass<T>): ERROR CLASS: Symbol not found for org.gradle.api.NamedDomainObjectContainer<T>
inline fun <T : Any> ERROR CLASS: Symbol not found for org.gradle.api.model.ObjectFactory.domainObjectContainer(elementType: KClass<T>, factory: ERROR CLASS: Symbol not found for org.gradle.api.NamedDomainObjectFactory<T>): ERROR CLASS: Symbol not found for org.gradle.api.NamedDomainObjectContainer<T>
inline fun <T : Any> ERROR CLASS: Symbol not found for org.gradle.api.model.ObjectFactory.domainObjectContainer(elementType: KClass<T>, factory: ERROR CLASS: Symbol not found for org.gradle.api.NamedDomainObjectFactory<T>): ERROR CLASS: Symbol not found for org.gradle.api.NamedDomainObjectContainer<T>

Kotlin extension function taking kotlin.reflect.KClass for org.gradle.api.model.ObjectFactory.domainObjectContainer.

Link copied to clipboard
inline fun <T : Any> ERROR CLASS: Symbol not found for org.gradle.api.model.ObjectFactory.domainObjectSet(elementType: KClass<T>): ERROR CLASS: Symbol not found for org.gradle.api.DomainObjectSet<T>
inline fun <T : Any> ERROR CLASS: Symbol not found for org.gradle.api.model.ObjectFactory.domainObjectSet(elementType: KClass<T>): ERROR CLASS: Symbol not found for org.gradle.api.DomainObjectSet<T>

Kotlin extension function taking kotlin.reflect.KClass for org.gradle.api.model.ObjectFactory.domainObjectSet.

Link copied to clipboard
fun ERROR CLASS: Symbol not found for DependencyHandler.embeddedKotlin(module: String): Any

Builds the dependency notation for the named Kotlin module at the embedded version (currently 2.3.20).

fun ERROR CLASS: Symbol not found for PluginDependenciesSpec.embeddedKotlin(module: String): ERROR CLASS: Symbol not found for PluginDependencySpec

Applies the given Kotlin plugin module at the embedded version (currently 2.3.20).

Link copied to clipboard
inline fun <T : ERROR CLASS: Symbol not found for org.gradle.api.tasks.AbstractExecTask<*>> ERROR CLASS: Symbol not found for org.gradle.api.tasks.AbstractExecTask<T>.environment(vararg environmentVariables: Pair<String, Any>): T
inline fun <T : ERROR CLASS: Symbol not found for org.gradle.api.tasks.AbstractExecTask<*>> ERROR CLASS: Symbol not found for org.gradle.api.tasks.AbstractExecTask<T>.environment(vararg environmentVariables: Pair<String, Any>): T

Kotlin extension function for org.gradle.api.tasks.AbstractExecTask.environment.

inline fun ERROR CLASS: Symbol not found for org.gradle.api.tasks.JavaExec.environment(vararg environmentVariables: Pair<String, Any>): ERROR CLASS: Symbol not found for org.gradle.api.tasks.JavaExec
inline fun ERROR CLASS: Symbol not found for org.gradle.api.tasks.JavaExec.environment(vararg environmentVariables: Pair<String, Any>): ERROR CLASS: Symbol not found for org.gradle.api.tasks.JavaExec

Kotlin extension function for org.gradle.api.tasks.JavaExec.environment.

inline fun ERROR CLASS: Symbol not found for org.gradle.api.tasks.testing.Test.environment(vararg environmentVariables: Pair<String, Any>): ERROR CLASS: Symbol not found for org.gradle.api.tasks.testing.Test
inline fun ERROR CLASS: Symbol not found for org.gradle.api.tasks.testing.Test.environment(vararg environmentVariables: Pair<String, Any>): ERROR CLASS: Symbol not found for org.gradle.api.tasks.testing.Test

Kotlin extension function for org.gradle.api.tasks.testing.Test.environment.

inline fun ERROR CLASS: Symbol not found for org.gradle.process.ProcessForkOptions.environment(vararg environmentVariables: Pair<String, Any>): ERROR CLASS: Symbol not found for org.gradle.process.ProcessForkOptions
inline fun ERROR CLASS: Symbol not found for org.gradle.process.ProcessForkOptions.environment(vararg environmentVariables: Pair<String, Any>): ERROR CLASS: Symbol not found for org.gradle.process.ProcessForkOptions

Kotlin extension function for org.gradle.process.ProcessForkOptions.environment.

Link copied to clipboard
fun ERROR CLASS: Symbol not found for Configuration.exclude(group: String? = null, module: String? = null): ERROR CLASS: Symbol not found for Configuration

Adds an exclude rule to exclude transitive dependencies for all dependencies of this configuration. You can also add exclude rules per-dependency. See ModuleDependency.exclude.

fun <T : ERROR CLASS: Symbol not found for ModuleDependency> T.exclude(group: String? = null, module: String? = null): T

Adds an exclude rule to exclude transitive dependencies of this dependency.

Link copied to clipboard
fun <T : Any, C : ERROR CLASS: Symbol not found for NamedDomainObjectCollection<T>> C.existing(action: T.() -> Unit): ExistingDomainObjectDelegateProviderWithAction<out C, T>
fun <T : Any, C : ERROR CLASS: Symbol not found for NamedDomainObjectCollection<T>, U : T> C.existing(type: KClass<U>): ExistingDomainObjectDelegateProviderWithType<out C, U>
fun <T : Any, C : ERROR CLASS: Symbol not found for NamedDomainObjectCollection<T>, U : T> C.existing(type: KClass<U>, action: U.() -> Unit): ExistingDomainObjectDelegateProviderWithTypeAndAction<out C, U>

Idiomatic way of referring to the provider of a well-known element of a collection via a delegate property.

Link copied to clipboard
inline fun ERROR CLASS: Symbol not found for org.gradle.api.file.ContentFilterable.expand(vararg properties: Pair<String, Any>): ERROR CLASS: Symbol not found for org.gradle.api.file.ContentFilterable
inline fun ERROR CLASS: Symbol not found for org.gradle.api.file.ContentFilterable.expand(vararg properties: Pair<String, Any>): ERROR CLASS: Symbol not found for org.gradle.api.file.ContentFilterable
inline fun ERROR CLASS: Symbol not found for org.gradle.api.file.ContentFilterable.expand(vararg properties: Pair<String, Any>, action: ERROR CLASS: Symbol not found for org.gradle.api.Action<in ERROR CLASS: Symbol not found for org.gradle.api.file.ExpandDetails>): ERROR CLASS: Symbol not found for org.gradle.api.file.ContentFilterable
inline fun ERROR CLASS: Symbol not found for org.gradle.api.file.ContentFilterable.expand(vararg properties: Pair<String, Any>, action: ERROR CLASS: Symbol not found for org.gradle.api.Action<in ERROR CLASS: Symbol not found for org.gradle.api.file.ExpandDetails>): ERROR CLASS: Symbol not found for org.gradle.api.file.ContentFilterable

Kotlin extension function for org.gradle.api.file.ContentFilterable.expand.

inline fun ERROR CLASS: Symbol not found for org.gradle.api.file.CopySpec.expand(vararg properties: Pair<String, Any>): ERROR CLASS: Symbol not found for org.gradle.api.file.CopySpec
inline fun ERROR CLASS: Symbol not found for org.gradle.api.file.CopySpec.expand(vararg properties: Pair<String, Any>): ERROR CLASS: Symbol not found for org.gradle.api.file.CopySpec
inline fun ERROR CLASS: Symbol not found for org.gradle.api.file.CopySpec.expand(vararg properties: Pair<String, Any>, action: ERROR CLASS: Symbol not found for org.gradle.api.Action<in ERROR CLASS: Symbol not found for org.gradle.api.file.ExpandDetails>): ERROR CLASS: Symbol not found for org.gradle.api.file.CopySpec
inline fun ERROR CLASS: Symbol not found for org.gradle.api.file.CopySpec.expand(vararg properties: Pair<String, Any>, action: ERROR CLASS: Symbol not found for org.gradle.api.Action<in ERROR CLASS: Symbol not found for org.gradle.api.file.ExpandDetails>): ERROR CLASS: Symbol not found for org.gradle.api.file.CopySpec

Kotlin extension function for org.gradle.api.file.CopySpec.expand.

inline fun ERROR CLASS: Symbol not found for org.gradle.api.tasks.AbstractCopyTask.expand(vararg properties: Pair<String, Any>): ERROR CLASS: Symbol not found for org.gradle.api.tasks.AbstractCopyTask
inline fun ERROR CLASS: Symbol not found for org.gradle.api.tasks.AbstractCopyTask.expand(vararg properties: Pair<String, Any>): ERROR CLASS: Symbol not found for org.gradle.api.tasks.AbstractCopyTask
inline fun ERROR CLASS: Symbol not found for org.gradle.api.tasks.AbstractCopyTask.expand(vararg properties: Pair<String, Any>, action: ERROR CLASS: Symbol not found for org.gradle.api.Action<in ERROR CLASS: Symbol not found for org.gradle.api.file.ExpandDetails>): ERROR CLASS: Symbol not found for org.gradle.api.tasks.AbstractCopyTask
inline fun ERROR CLASS: Symbol not found for org.gradle.api.tasks.AbstractCopyTask.expand(vararg properties: Pair<String, Any>, action: ERROR CLASS: Symbol not found for org.gradle.api.Action<in ERROR CLASS: Symbol not found for org.gradle.api.file.ExpandDetails>): ERROR CLASS: Symbol not found for org.gradle.api.tasks.AbstractCopyTask

Kotlin extension function for org.gradle.api.tasks.AbstractCopyTask.expand.

Link copied to clipboard
inline fun ERROR CLASS: Symbol not found for org.gradle.plugins.ide.eclipse.model.EclipseWtpFacet.facet(vararg args: Pair<String, Any>)
inline fun ERROR CLASS: Symbol not found for org.gradle.plugins.ide.eclipse.model.EclipseWtpFacet.facet(vararg args: Pair<String, Any>)

Kotlin extension function for org.gradle.plugins.ide.eclipse.model.EclipseWtpFacet.facet.

Link copied to clipboard
inline fun <M : Any> ERROR CLASS: Symbol not found for org.gradle.tooling.BuildController.fetch(modelType: KClass<M>): ERROR CLASS: Symbol not found for org.gradle.tooling.FetchModelResult<M>
inline fun <M : Any> ERROR CLASS: Symbol not found for org.gradle.tooling.BuildController.fetch(modelType: KClass<M>): ERROR CLASS: Symbol not found for org.gradle.tooling.FetchModelResult<M>
inline fun <M : Any> ERROR CLASS: Symbol not found for org.gradle.tooling.BuildController.fetch(target: ERROR CLASS: Symbol not found for org.gradle.tooling.model.Model, modelType: KClass<M>): ERROR CLASS: Symbol not found for org.gradle.tooling.FetchModelResult<M>
inline fun <M : Any> ERROR CLASS: Symbol not found for org.gradle.tooling.BuildController.fetch(target: ERROR CLASS: Symbol not found for org.gradle.tooling.model.Model, modelType: KClass<M>): ERROR CLASS: Symbol not found for org.gradle.tooling.FetchModelResult<M>
inline fun <M : Any, P : Any> ERROR CLASS: Symbol not found for org.gradle.tooling.BuildController.fetch(modelType: KClass<M>, parameterType: KClass<P>, parameterInitializer: ERROR CLASS: Symbol not found for org.gradle.api.Action<in P>): ERROR CLASS: Symbol not found for org.gradle.tooling.FetchModelResult<M>
inline fun <M : Any, P : Any> ERROR CLASS: Symbol not found for org.gradle.tooling.BuildController.fetch(modelType: KClass<M>, parameterType: KClass<P>, parameterInitializer: ERROR CLASS: Symbol not found for org.gradle.api.Action<in P>): ERROR CLASS: Symbol not found for org.gradle.tooling.FetchModelResult<M>
inline fun <M : Any, P : Any> ERROR CLASS: Symbol not found for org.gradle.tooling.BuildController.fetch(target: ERROR CLASS: Symbol not found for org.gradle.tooling.model.Model, modelType: KClass<M>, parameterType: KClass<P>, parameterInitializer: ERROR CLASS: Symbol not found for org.gradle.api.Action<in P>): ERROR CLASS: Symbol not found for org.gradle.tooling.FetchModelResult<M>
inline fun <M : Any, P : Any> ERROR CLASS: Symbol not found for org.gradle.tooling.BuildController.fetch(target: ERROR CLASS: Symbol not found for org.gradle.tooling.model.Model, modelType: KClass<M>, parameterType: KClass<P>, parameterInitializer: ERROR CLASS: Symbol not found for org.gradle.api.Action<in P>): ERROR CLASS: Symbol not found for org.gradle.tooling.FetchModelResult<M>

Kotlin extension function taking kotlin.reflect.KClass for org.gradle.tooling.BuildController.fetch.

Link copied to clipboard
inline fun ERROR CLASS: Symbol not found for org.gradle.api.Project.fileTree(vararg args: Pair<String, Any>): ERROR CLASS: Symbol not found for org.gradle.api.file.ConfigurableFileTree
inline fun ERROR CLASS: Symbol not found for org.gradle.api.Project.fileTree(vararg args: Pair<String, Any>): ERROR CLASS: Symbol not found for org.gradle.api.file.ConfigurableFileTree

Kotlin extension function for org.gradle.api.Project.fileTree.

inline fun ERROR CLASS: Symbol not found for org.gradle.api.Script.fileTree(vararg args: Pair<String, Any>): ERROR CLASS: Symbol not found for org.gradle.api.file.ConfigurableFileTree
inline fun ERROR CLASS: Symbol not found for org.gradle.api.Script.fileTree(vararg args: Pair<String, Any>): ERROR CLASS: Symbol not found for org.gradle.api.file.ConfigurableFileTree

Kotlin extension function for org.gradle.api.Script.fileTree.

Link copied to clipboard
inline fun <T : FilterReader> ERROR CLASS: Symbol not found for ContentFilterable.filter(properties: Map<String, Any?>): ERROR CLASS: Cannot infer argument for type parameter K
inline fun <T : FilterReader> ERROR CLASS: Symbol not found for ContentFilterable.filter(vararg properties: Pair<String, Any?>): ERROR CLASS: Cannot infer argument for type parameter K
fun <T : FilterReader> ERROR CLASS: Symbol not found for ContentFilterable.filter(filterType: KClass<T>, properties: Map<String, Any?>): ERROR CLASS: Cannot infer argument for type parameter K
fun <T : FilterReader> ERROR CLASS: Symbol not found for ContentFilterable.filter(filterType: KClass<T>, vararg properties: Pair<String, Any?>): ERROR CLASS: Cannot infer argument for type parameter K

Adds a content filter to be used during the copy. Multiple calls add additional filters to the filter chain. Each filter should implement FilterReader. Import org.apache.tools.ant.filters.* for access to all the standard Ant filters.

inline fun <T : FilterReader> ERROR CLASS: Symbol not found for CopySpec.filter(properties: Map<String, Any?>): ERROR CLASS: Ambiguity: filter, [org/gradle/kotlin/dsl/filter, org/gradle/kotlin/dsl/filter, org/gradle/kotlin/dsl/filter, org/gradle/kotlin/dsl/filter, org/gradle/kotlin/dsl/filter, org/gradle/kotlin/dsl/filter, org/gradle/kotlin/dsl/filter, org/gradle/kotlin/dsl/filter, org/gradle/kotlin/dsl/filter, org/gradle/kotlin/dsl/filter, org/gradle/kotlin/dsl/filter, org/gradle/kotlin/dsl/filter, org/gradle/kotlin/dsl/filter, org/gradle/kotlin/dsl/filter, org/gradle/kotlin/dsl/filter, org/gradle/kotlin/dsl/filter, org/gradle/kotlin/dsl/filter]
inline fun <T : FilterReader> ERROR CLASS: Symbol not found for CopySpec.filter(vararg properties: Pair<String, Any?>): ERROR CLASS: Ambiguity: filter, [org/gradle/kotlin/dsl/filter, org/gradle/kotlin/dsl/filter, org/gradle/kotlin/dsl/filter, org/gradle/kotlin/dsl/filter, org/gradle/kotlin/dsl/filter, org/gradle/kotlin/dsl/filter, org/gradle/kotlin/dsl/filter, org/gradle/kotlin/dsl/filter, org/gradle/kotlin/dsl/filter, org/gradle/kotlin/dsl/filter, org/gradle/kotlin/dsl/filter, org/gradle/kotlin/dsl/filter, org/gradle/kotlin/dsl/filter, org/gradle/kotlin/dsl/filter, org/gradle/kotlin/dsl/filter, org/gradle/kotlin/dsl/filter, org/gradle/kotlin/dsl/filter]

Adds a content filter to be used during the copy.

inline fun ERROR CLASS: Symbol not found for org.gradle.api.file.ContentFilterable.filter(filterType: KClass<out FilterReader>): ERROR CLASS: Symbol not found for org.gradle.api.file.ContentFilterable
inline fun ERROR CLASS: Symbol not found for org.gradle.api.file.ContentFilterable.filter(filterType: KClass<out FilterReader>): ERROR CLASS: Symbol not found for org.gradle.api.file.ContentFilterable
inline fun ERROR CLASS: Symbol not found for org.gradle.api.file.ContentFilterable.filter(filterType: KClass<out FilterReader>, vararg properties: Pair<String, Any>): ERROR CLASS: Symbol not found for org.gradle.api.file.ContentFilterable
inline fun ERROR CLASS: Symbol not found for org.gradle.api.file.ContentFilterable.filter(filterType: KClass<out FilterReader>, vararg properties: Pair<String, Any>): ERROR CLASS: Symbol not found for org.gradle.api.file.ContentFilterable

Kotlin extension function taking kotlin.reflect.KClass for org.gradle.api.file.ContentFilterable.filter.

inline fun ERROR CLASS: Symbol not found for org.gradle.api.file.CopySpec.filter(filterType: KClass<out FilterReader>): ERROR CLASS: Symbol not found for org.gradle.api.file.CopySpec
inline fun ERROR CLASS: Symbol not found for org.gradle.api.file.CopySpec.filter(filterType: KClass<out FilterReader>): ERROR CLASS: Symbol not found for org.gradle.api.file.CopySpec
inline fun ERROR CLASS: Symbol not found for org.gradle.api.file.CopySpec.filter(filterType: KClass<out FilterReader>, vararg properties: Pair<String, Any>): ERROR CLASS: Symbol not found for org.gradle.api.file.CopySpec
inline fun ERROR CLASS: Symbol not found for org.gradle.api.file.CopySpec.filter(filterType: KClass<out FilterReader>, vararg properties: Pair<String, Any>): ERROR CLASS: Symbol not found for org.gradle.api.file.CopySpec

Kotlin extension function taking kotlin.reflect.KClass for org.gradle.api.file.CopySpec.filter.

inline fun ERROR CLASS: Symbol not found for org.gradle.api.tasks.AbstractCopyTask.filter(filterType: KClass<out FilterReader>): ERROR CLASS: Symbol not found for org.gradle.api.tasks.AbstractCopyTask
inline fun ERROR CLASS: Symbol not found for org.gradle.api.tasks.AbstractCopyTask.filter(filterType: KClass<out FilterReader>): ERROR CLASS: Symbol not found for org.gradle.api.tasks.AbstractCopyTask
inline fun ERROR CLASS: Symbol not found for org.gradle.api.tasks.AbstractCopyTask.filter(filterType: KClass<out FilterReader>, vararg properties: Pair<String, Any>): ERROR CLASS: Symbol not found for org.gradle.api.tasks.AbstractCopyTask
inline fun ERROR CLASS: Symbol not found for org.gradle.api.tasks.AbstractCopyTask.filter(filterType: KClass<out FilterReader>, vararg properties: Pair<String, Any>): ERROR CLASS: Symbol not found for org.gradle.api.tasks.AbstractCopyTask

Kotlin extension function taking kotlin.reflect.KClass for org.gradle.api.tasks.AbstractCopyTask.filter.

Link copied to clipboard
inline fun <T : Any> ERROR CLASS: Symbol not found for ExtensionContainer.findByType(): T?

Looks for the extension of a given type.

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

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

Link copied to clipboard
inline fun <T : Any> ERROR CLASS: Symbol not found for org.gradle.tooling.BuildController.findModel(modelType: KClass<T>): T?
inline fun <T : Any> ERROR CLASS: Symbol not found for org.gradle.tooling.BuildController.findModel(modelType: KClass<T>): T?
inline fun <T : Any> ERROR CLASS: Symbol not found for org.gradle.tooling.BuildController.findModel(target: ERROR CLASS: Symbol not found for org.gradle.tooling.model.Model, modelType: KClass<T>): T?
inline fun <T : Any> ERROR CLASS: Symbol not found for org.gradle.tooling.BuildController.findModel(target: ERROR CLASS: Symbol not found for org.gradle.tooling.model.Model, modelType: KClass<T>): T?
inline fun <T : Any, P : Any> ERROR CLASS: Symbol not found for org.gradle.tooling.BuildController.findModel(modelType: KClass<T>, parameterType: KClass<P>, parameterInitializer: ERROR CLASS: Symbol not found for org.gradle.api.Action<in P>): T?
inline fun <T : Any, P : Any> ERROR CLASS: Symbol not found for org.gradle.tooling.BuildController.findModel(modelType: KClass<T>, parameterType: KClass<P>, parameterInitializer: ERROR CLASS: Symbol not found for org.gradle.api.Action<in P>): T?
inline fun <T : Any, P : Any> ERROR CLASS: Symbol not found for org.gradle.tooling.BuildController.findModel(target: ERROR CLASS: Symbol not found for org.gradle.tooling.model.Model, modelType: KClass<T>, parameterType: KClass<P>, parameterInitializer: ERROR CLASS: Symbol not found for org.gradle.api.Action<in P>): T?
inline fun <T : Any, P : Any> ERROR CLASS: Symbol not found for org.gradle.tooling.BuildController.findModel(target: ERROR CLASS: Symbol not found for org.gradle.tooling.model.Model, modelType: KClass<T>, parameterType: KClass<P>, parameterInitializer: ERROR CLASS: Symbol not found for org.gradle.api.Action<in P>): T?

Kotlin extension function taking kotlin.reflect.KClass for org.gradle.tooling.BuildController.findModel.

Link copied to clipboard
inline fun <T : ERROR CLASS: Symbol not found for org.gradle.api.Plugin<*>> ERROR CLASS: Symbol not found for org.gradle.api.plugins.PluginContainer.findPlugin(type: KClass<T>): T?
inline fun <T : ERROR CLASS: Symbol not found for org.gradle.api.Plugin<*>> ERROR CLASS: Symbol not found for org.gradle.api.plugins.PluginContainer.findPlugin(type: KClass<T>): T?

Kotlin extension function taking kotlin.reflect.KClass for org.gradle.api.plugins.PluginContainer.findPlugin.

Link copied to clipboard
inline fun ERROR CLASS: Symbol not found for org.gradle.api.artifacts.dsl.RepositoryHandler.flatDir(vararg args: Pair<String, Any>): ERROR CLASS: Symbol not found for org.gradle.api.artifacts.repositories.FlatDirectoryArtifactRepository
inline fun ERROR CLASS: Symbol not found for org.gradle.api.artifacts.dsl.RepositoryHandler.flatDir(vararg args: Pair<String, Any>): ERROR CLASS: Symbol not found for org.gradle.api.artifacts.repositories.FlatDirectoryArtifactRepository

Kotlin extension function for org.gradle.api.artifacts.dsl.RepositoryHandler.flatDir.

Link copied to clipboard
inline fun <T : ERROR CLASS: Symbol not found for VersionControlSpec> ERROR CLASS: Symbol not found for VcsMapping.from(noinline configureAction: T.() -> Unit)

Specifies the VCS location for the requested component.

inline fun <T : ERROR CLASS: Symbol not found for org.gradle.vcs.VersionControlSpec> ERROR CLASS: Symbol not found for org.gradle.vcs.VcsMapping.from(type: KClass<T>, configureAction: ERROR CLASS: Symbol not found for org.gradle.api.Action<in T>)
inline fun <T : ERROR CLASS: Symbol not found for org.gradle.vcs.VersionControlSpec> ERROR CLASS: Symbol not found for org.gradle.vcs.VcsMapping.from(type: KClass<T>, configureAction: ERROR CLASS: Symbol not found for org.gradle.api.Action<in T>)

Kotlin extension function taking kotlin.reflect.KClass for org.gradle.vcs.VcsMapping.from.

Link copied to clipboard
operator fun ERROR CLASS: Symbol not found for ExtensionContainer.get(name: String): Any

Looks for the extension of a given name. If none found it will throw an exception.

operator fun <T : Any> ERROR CLASS: Symbol not found for NamedDomainObjectCollection<T>.get(name: String): T

Locates an object by name, failing if there is no such object.

inline fun <T : Any> ERROR CLASS: Symbol not found for org.gradle.tooling.events.problems.CustomAdditionalData.get(viewType: KClass<T>): T
inline fun <T : Any> ERROR CLASS: Symbol not found for org.gradle.tooling.events.problems.CustomAdditionalData.get(viewType: KClass<T>): T

Kotlin extension function taking kotlin.reflect.KClass for org.gradle.tooling.events.problems.CustomAdditionalData.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>
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>

Kotlin extension function taking kotlin.reflect.KClass for org.gradle.language.BinaryCollection.get.

Link copied to clipboard
inline fun ERROR CLASS: Symbol not found for org.gradle.api.artifacts.result.ComponentArtifactsResult.getArtifacts(type: KClass<out ERROR CLASS: Symbol not found for org.gradle.api.component.Artifact>): Set<ERROR CLASS: Symbol not found for org.gradle.api.artifacts.result.ArtifactResult>
inline fun ERROR CLASS: Symbol not found for org.gradle.api.artifacts.result.ComponentArtifactsResult.getArtifacts(type: KClass<out ERROR CLASS: Symbol not found for org.gradle.api.component.Artifact>): Set<ERROR CLASS: Symbol not found for org.gradle.api.artifacts.result.ArtifactResult>

Kotlin extension function taking kotlin.reflect.KClass for org.gradle.api.artifacts.result.ComponentArtifactsResult.getArtifacts.

Link copied to clipboard
inline fun <T : ERROR CLASS: Symbol not found for org.gradle.api.Plugin<*>> ERROR CLASS: Symbol not found for org.gradle.api.plugins.PluginContainer.getAt(type: KClass<T>): T
inline fun <T : ERROR CLASS: Symbol not found for org.gradle.api.Plugin<*>> ERROR CLASS: Symbol not found for org.gradle.api.plugins.PluginContainer.getAt(type: KClass<T>): T

Kotlin extension function taking kotlin.reflect.KClass for org.gradle.api.plugins.PluginContainer.getAt.

Link copied to clipboard
inline fun <T : Any> ERROR CLASS: Symbol not found for ExtensionContainer.getByName(name: String): ERROR CLASS: Cannot infer argument for type parameter R

Looks for the extension of a given name and casts it to the expected type T.

inline fun <T : Any> ERROR CLASS: Symbol not found for NamedDomainObjectCollection<out kotlin/Any>.getByName(name: String): ERROR CLASS: Cannot infer argument for type parameter R

Locates an object by name and casts it to the expected type T.

inline fun <T : Any> ERROR CLASS: Symbol not found for NamedDomainObjectCollection<out kotlin/Any>.getByName(name: String, configure: T.() -> Unit): ERROR CLASS: Cannot infer argument for type parameter T

Locates an object by name and casts it to the expected type T then configures it.

fun <T : Any> ERROR CLASS: Symbol not found for NamedDomainObjectCollection<out kotlin/Any>.getByName(name: String, type: KClass<T>): T

Locates an object by name and casts it to the expected type.

fun <T : Any> ERROR CLASS: Symbol not found for NamedDomainObjectCollection<out kotlin/Any>.getByName(name: String, type: KClass<T>, configure: T.() -> Unit): T

Locates an object by name and casts it to the expected type then configures it.

Link copied to clipboard
inline fun <T : Any> ERROR CLASS: Symbol not found for ExtensionContainer.getByType(): T

Looks for the extension of a given type.

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

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

Link copied to clipboard
inline fun ERROR CLASS: Symbol not found for org.gradle.tooling.BuildController.getCanQueryProjectModelInParallel(modelType: KClass<*>): Boolean
inline fun ERROR CLASS: Symbol not found for org.gradle.tooling.BuildController.getCanQueryProjectModelInParallel(modelType: KClass<*>): Boolean

Kotlin extension function taking kotlin.reflect.KClass for org.gradle.tooling.BuildController.getCanQueryProjectModelInParallel.

Link copied to clipboard
inline fun <T : ERROR CLASS: Symbol not found for org.gradle.api.credentials.Credentials> ERROR CLASS: Symbol not found for org.gradle.api.artifacts.repositories.AuthenticationSupported.getCredentials(credentialsType: KClass<T>): T
inline fun <T : ERROR CLASS: Symbol not found for org.gradle.api.credentials.Credentials> ERROR CLASS: Symbol not found for org.gradle.api.artifacts.repositories.AuthenticationSupported.getCredentials(credentialsType: KClass<T>): T

Kotlin extension function taking kotlin.reflect.KClass for org.gradle.api.artifacts.repositories.AuthenticationSupported.getCredentials.

Link copied to clipboard
inline fun <T : Any> ERROR CLASS: Symbol not found for org.gradle.api.artifacts.ComponentMetadataContext.getDescriptor(descriptorClass: KClass<T>): T?
inline fun <T : Any> ERROR CLASS: Symbol not found for org.gradle.api.artifacts.ComponentMetadataContext.getDescriptor(descriptorClass: KClass<T>): T?

Kotlin extension function taking kotlin.reflect.KClass for org.gradle.api.artifacts.ComponentMetadataContext.getDescriptor.

inline fun <T : Any> ERROR CLASS: Symbol not found for org.gradle.api.artifacts.ComponentSelection.getDescriptor(descriptorClass: KClass<T>): T?
inline fun <T : Any> ERROR CLASS: Symbol not found for org.gradle.api.artifacts.ComponentSelection.getDescriptor(descriptorClass: KClass<T>): T?

Kotlin extension function taking kotlin.reflect.KClass for org.gradle.api.artifacts.ComponentSelection.getDescriptor.

Link copied to clipboard
inline fun <T : Any> ERROR CLASS: Symbol not found for org.gradle.tooling.BuildController.getModel(modelType: KClass<T>): T
inline fun <T : Any> ERROR CLASS: Symbol not found for org.gradle.tooling.BuildController.getModel(modelType: KClass<T>): T
inline fun <T : Any> ERROR CLASS: Symbol not found for org.gradle.tooling.BuildController.getModel(target: ERROR CLASS: Symbol not found for org.gradle.tooling.model.Model, modelType: KClass<T>): T
inline fun <T : Any> ERROR CLASS: Symbol not found for org.gradle.tooling.BuildController.getModel(target: ERROR CLASS: Symbol not found for org.gradle.tooling.model.Model, modelType: KClass<T>): T
inline fun <T : Any, P : Any> ERROR CLASS: Symbol not found for org.gradle.tooling.BuildController.getModel(modelType: KClass<T>, parameterType: KClass<P>, parameterInitializer: ERROR CLASS: Symbol not found for org.gradle.api.Action<in P>): T
inline fun <T : Any, P : Any> ERROR CLASS: Symbol not found for org.gradle.tooling.BuildController.getModel(modelType: KClass<T>, parameterType: KClass<P>, parameterInitializer: ERROR CLASS: Symbol not found for org.gradle.api.Action<in P>): T
inline fun <T : Any, P : Any> ERROR CLASS: Symbol not found for org.gradle.tooling.BuildController.getModel(target: ERROR CLASS: Symbol not found for org.gradle.tooling.model.Model, modelType: KClass<T>, parameterType: KClass<P>, parameterInitializer: ERROR CLASS: Symbol not found for org.gradle.api.Action<in P>): T
inline fun <T : Any, P : Any> ERROR CLASS: Symbol not found for org.gradle.tooling.BuildController.getModel(target: ERROR CLASS: Symbol not found for org.gradle.tooling.model.Model, modelType: KClass<T>, parameterType: KClass<P>, parameterInitializer: ERROR CLASS: Symbol not found for org.gradle.api.Action<in P>): T

Kotlin extension function taking kotlin.reflect.KClass for org.gradle.tooling.BuildController.getModel.

inline fun <T : Any> ERROR CLASS: Symbol not found for org.gradle.tooling.ProjectConnection.getModel(modelType: KClass<T>): T
inline fun <T : Any> ERROR CLASS: Symbol not found for org.gradle.tooling.ProjectConnection.getModel(modelType: KClass<T>): T
inline fun <T : Any> ERROR CLASS: Symbol not found for org.gradle.tooling.ProjectConnection.getModel(modelType: KClass<T>, handler: ERROR CLASS: Symbol not found for org.gradle.tooling.ResultHandler<in T>)
inline fun <T : Any> ERROR CLASS: Symbol not found for org.gradle.tooling.ProjectConnection.getModel(modelType: KClass<T>, handler: ERROR CLASS: Symbol not found for org.gradle.tooling.ResultHandler<in T>)

Kotlin extension function taking kotlin.reflect.KClass for org.gradle.tooling.ProjectConnection.getModel.

Link copied to clipboard
inline fun <T : ERROR CLASS: Symbol not found for org.gradle.api.Plugin<*>> ERROR CLASS: Symbol not found for org.gradle.api.plugins.PluginContainer.getPlugin(type: KClass<T>): T
inline fun <T : ERROR CLASS: Symbol not found for org.gradle.api.Plugin<*>> ERROR CLASS: Symbol not found for org.gradle.api.plugins.PluginContainer.getPlugin(type: KClass<T>): T

Kotlin extension function taking kotlin.reflect.KClass for org.gradle.api.plugins.PluginContainer.getPlugin.

Link copied to clipboard
fun <T : Any, U : T> ERROR CLASS: Symbol not found for NamedDomainObjectContainer<T>.getting(type: KClass<U>): PolymorphicDomainObjectContainerGettingDelegateProvider<U, U>

Provides a property delegate that gets elements of the given type.

fun <T : Any, U : ERROR CLASS: Symbol not found for NamedDomainObjectCollection<T>> U.getting(configuration: T.() -> Unit): NamedDomainObjectCollectionDelegateProvider<T>

Idiomatic way of referring and configuring an existing element in a collection via a delegate property.

fun <T : Any, U : T> ERROR CLASS: Symbol not found for NamedDomainObjectContainer<T>.getting(type: KClass<U>, configuration: U.() -> Unit): PolymorphicDomainObjectContainerGettingDelegateProvider<U, U>

Provides a property delegate that gets elements of the given type and applies the given configuration.

Link copied to clipboard
operator fun ERROR CLASS: Symbol not found for ConfigurableFileCollection.getValue(receiver: Any?, property: KProperty<*>): ERROR CLASS: Symbol not found for ConfigurableFileCollection

Property delegate for ConfigurableFileCollection instances.

inline operator fun <T : Any> ERROR CLASS: Symbol not found for ExtensionContainer.getValue(thisRef: Any?, property: KProperty<*>): T

Delegated property getter that locates extensions.

inline operator fun <T : Any, U : T> ERROR CLASS: Symbol not found for NamedDomainObjectProvider<out T>.getValue(thisRef: Any?, property: KProperty<*>): U

Allows a NamedDomainObjectProvider to be used as a property delegate.

operator fun <T : Any> ERROR CLASS: Symbol not found for Property<T>.getValue(receiver: Any?, property: KProperty<*>): T

Property delegate for Property instances.

operator fun <T> ExistingDomainObjectDelegate<out T>.getValue(receiver: Any?, property: KProperty<*>): T

Gets the delegate value.

Link copied to clipboard
fun ERROR CLASS: Symbol not found for Project.gradleKotlinDsl(): ERROR CLASS: Symbol not found for Dependency

Creates a dependency on the API of the current version of the Gradle Kotlin DSL.

Link copied to clipboard
inline fun ERROR CLASS: Symbol not found for org.gradle.api.plugins.PluginContainer.hasPlugin(type: KClass<out ERROR CLASS: Symbol not found for org.gradle.api.Plugin<*>>): Boolean
inline fun ERROR CLASS: Symbol not found for org.gradle.api.plugins.PluginContainer.hasPlugin(type: KClass<out ERROR CLASS: Symbol not found for org.gradle.api.Plugin<*>>): Boolean

Kotlin extension function taking kotlin.reflect.KClass for org.gradle.api.plugins.PluginContainer.hasPlugin.

Link copied to clipboard
inline fun <T : Any> ERROR CLASS: Symbol not found for org.gradle.platform.base.TypeBuilder<T>.internalView(internalView: KClass<*>): ERROR CLASS: Symbol not found for org.gradle.platform.base.TypeBuilder<T>
inline fun <T : Any> ERROR CLASS: Symbol not found for org.gradle.platform.base.TypeBuilder<T>.internalView(internalView: KClass<*>): ERROR CLASS: Symbol not found for org.gradle.platform.base.TypeBuilder<T>

Kotlin extension function taking kotlin.reflect.KClass for org.gradle.platform.base.TypeBuilder.internalView.

Link copied to clipboard
operator fun <T> Closure<T>.invoke(): T
operator fun <T> Closure<T>.invoke(x: Any?): T
operator fun <T> Closure<T>.invoke(vararg xs: Any?): T

Enables function invocation syntax on Closure references.

operator fun <V> Callable<V>.invoke(): V

Enables function invocation syntax on Callable references.

operator fun <T : Any> ERROR CLASS: Symbol not found for Action<in T>.invoke(target: T): ERROR CLASS: Unresolved name: execute

Enables function invocation syntax on Action references.

operator fun ERROR CLASS: Symbol not found for ArtifactHandler.invoke(configuration: ArtifactHandlerScope.() -> Unit)

Configures the published artifacts for this project.

inline operator fun ERROR CLASS: Symbol not found for ConfigurationContainer.invoke(configuration: ERROR CLASS: Symbol not found for Action<org/gradle/kotlin/dsl/ConfigurationContainerScope>): ERROR CLASS: Symbol not found for ConfigurationContainer
inline operator fun <T : Any, C : ERROR CLASS: Symbol not found for NamedDomainObjectContainer<T>> C.invoke(configuration: ERROR CLASS: Symbol not found for Action<org/gradle/kotlin/dsl/NamedDomainObjectContainerScope<T>>): C

Allows the container to be configured via an augmented DSL.

operator fun ERROR CLASS: Symbol not found for DependencyCollector.invoke(dependency: ERROR CLASS: Symbol not found for Dependency): ERROR CLASS: Ambiguity: add, [org/gradle/kotlin/dsl/add, org/gradle/kotlin/dsl/add, org/gradle/kotlin/dsl/add, org/gradle/kotlin/dsl/add, org/gradle/kotlin/dsl/add, org/gradle/kotlin/dsl/add]
operator fun ERROR CLASS: Symbol not found for DependencyCollector.invoke(files: ERROR CLASS: Symbol not found for FileCollection): ERROR CLASS: Ambiguity: add, [org/gradle/kotlin/dsl/add, org/gradle/kotlin/dsl/add, org/gradle/kotlin/dsl/add, org/gradle/kotlin/dsl/add, org/gradle/kotlin/dsl/add, org/gradle/kotlin/dsl/add]
operator fun ERROR CLASS: Symbol not found for DependencyCollector.invoke(dependency: ERROR CLASS: Symbol not found for Provider<out ERROR CLASS: Symbol not found for Dependency>): ERROR CLASS: Ambiguity: add, [org/gradle/kotlin/dsl/add, org/gradle/kotlin/dsl/add, org/gradle/kotlin/dsl/add, org/gradle/kotlin/dsl/add, org/gradle/kotlin/dsl/add, org/gradle/kotlin/dsl/add]
operator fun ERROR CLASS: Symbol not found for DependencyCollector.invoke(externalModule: ERROR CLASS: Symbol not found for ProviderConvertible<out ERROR CLASS: Symbol not found for MinimalExternalModuleDependency>): ERROR CLASS: Ambiguity: add, [org/gradle/kotlin/dsl/add, org/gradle/kotlin/dsl/add, org/gradle/kotlin/dsl/add, org/gradle/kotlin/dsl/add, org/gradle/kotlin/dsl/add, org/gradle/kotlin/dsl/add]
operator fun ERROR CLASS: Symbol not found for DependencyCollector.invoke(dependencyNotation: CharSequence): ERROR CLASS: Ambiguity: add, [org/gradle/kotlin/dsl/add, org/gradle/kotlin/dsl/add, org/gradle/kotlin/dsl/add, org/gradle/kotlin/dsl/add, org/gradle/kotlin/dsl/add, org/gradle/kotlin/dsl/add]
operator fun ERROR CLASS: Symbol not found for DependencyCollector.invoke(files: ERROR CLASS: Symbol not found for FileCollection, configuration: ERROR CLASS: Symbol not found for Action<in ERROR CLASS: Symbol not found for FileCollectionDependency>): ERROR CLASS: Ambiguity: add, [org/gradle/kotlin/dsl/add, org/gradle/kotlin/dsl/add, org/gradle/kotlin/dsl/add, org/gradle/kotlin/dsl/add, org/gradle/kotlin/dsl/add, org/gradle/kotlin/dsl/add]
operator fun <D : ERROR CLASS: Symbol not found for Dependency> ERROR CLASS: Symbol not found for DependencyCollector.invoke(dependency: ERROR CLASS: Symbol not found for Provider<out D>, configuration: ERROR CLASS: Symbol not found for Action<in D>): ERROR CLASS: Ambiguity: add, [org/gradle/kotlin/dsl/add, org/gradle/kotlin/dsl/add, org/gradle/kotlin/dsl/add, org/gradle/kotlin/dsl/add, org/gradle/kotlin/dsl/add, org/gradle/kotlin/dsl/add]
operator fun ERROR CLASS: Symbol not found for DependencyCollector.invoke(externalModule: ERROR CLASS: Symbol not found for ProviderConvertible<out ERROR CLASS: Symbol not found for MinimalExternalModuleDependency>, configuration: ERROR CLASS: Symbol not found for Action<in ERROR CLASS: Symbol not found for ExternalModuleDependency>): ERROR CLASS: Ambiguity: add, [org/gradle/kotlin/dsl/add, org/gradle/kotlin/dsl/add, org/gradle/kotlin/dsl/add, org/gradle/kotlin/dsl/add, org/gradle/kotlin/dsl/add, org/gradle/kotlin/dsl/add]
operator fun <D : ERROR CLASS: Symbol not found for Dependency> ERROR CLASS: Symbol not found for DependencyCollector.invoke(dependency: D, configuration: ERROR CLASS: Symbol not found for Action<in D>): ERROR CLASS: Ambiguity: add, [org/gradle/kotlin/dsl/add, org/gradle/kotlin/dsl/add, org/gradle/kotlin/dsl/add, org/gradle/kotlin/dsl/add, org/gradle/kotlin/dsl/add, org/gradle/kotlin/dsl/add, org/gradle/kotlin/dsl/add, org/gradle/kotlin/dsl/add]
operator fun ERROR CLASS: Symbol not found for DependencyCollector.invoke(dependencyNotation: CharSequence, configuration: ERROR CLASS: Symbol not found for Action<in ERROR CLASS: Symbol not found for ExternalModuleDependency>): ERROR CLASS: Ambiguity: add, [org/gradle/kotlin/dsl/add, org/gradle/kotlin/dsl/add, org/gradle/kotlin/dsl/add, org/gradle/kotlin/dsl/add, org/gradle/kotlin/dsl/add, org/gradle/kotlin/dsl/add, org/gradle/kotlin/dsl/add, org/gradle/kotlin/dsl/add]

Add a dependency.

operator fun ERROR CLASS: Symbol not found for DependencyCollector.invoke(dependencyConstraint: ERROR CLASS: Symbol not found for DependencyConstraint): ERROR CLASS: Unresolved name: addConstraint
@JvmName(name = "invokeConstraint")
operator fun ERROR CLASS: Symbol not found for DependencyCollector.invoke(dependencyConstraint: ERROR CLASS: Symbol not found for Provider<out ERROR CLASS: Symbol not found for DependencyConstraint>): ERROR CLASS: Unresolved name: addConstraint
operator fun ERROR CLASS: Symbol not found for DependencyCollector.invoke(dependencyConstraint: ERROR CLASS: Symbol not found for DependencyConstraint, configuration: ERROR CLASS: Symbol not found for Action<in ERROR CLASS: Symbol not found for DependencyConstraint>): ERROR CLASS: Unresolved name: addConstraint
@JvmName(name = "invokeConstraint")
operator fun ERROR CLASS: Symbol not found for DependencyCollector.invoke(dependencyConstraint: ERROR CLASS: Symbol not found for Provider<out ERROR CLASS: Symbol not found for DependencyConstraint>, configuration: ERROR CLASS: Symbol not found for Action<in ERROR CLASS: Symbol not found for DependencyConstraint>): ERROR CLASS: Unresolved name: addConstraint

Add a dependency constraint.

operator fun ERROR CLASS: Symbol not found for DependencyConstraintHandler.invoke(configuration: DependencyConstraintHandlerScope.() -> Unit)

Configures the dependency constraints.

operator fun ERROR CLASS: Symbol not found for DependencyModifier.invoke(dependency: ERROR CLASS: Symbol not found for Provider<out ERROR CLASS: Symbol not found for ModuleDependency>): ERROR CLASS: Symbol not found for Provider<out ERROR CLASS: Symbol not found for ModuleDependency>
operator fun ERROR CLASS: Symbol not found for DependencyModifier.invoke(dependency: ERROR CLASS: Symbol not found for ProviderConvertible<out ERROR CLASS: Symbol not found for MinimalExternalModuleDependency>): ERROR CLASS: Symbol not found for Provider<out ERROR CLASS: Symbol not found for MinimalExternalModuleDependency>
operator fun <D : ERROR CLASS: Symbol not found for ModuleDependency> ERROR CLASS: Symbol not found for DependencyModifier.invoke(dependency: D): D
operator fun ERROR CLASS: Symbol not found for DependencyModifier.invoke(dependencyNotation: CharSequence): ERROR CLASS: Symbol not found for ExternalModuleDependency

Modifies a dependency to select the variant of the given module.

operator fun <T> ERROR CLASS: Symbol not found for ExtraPropertiesExtension.invoke(initialValue: T): InitialValueExtraPropertyDelegateProvider<T>

Returns a property delegate provider that will initialize the extra property to the given initialValue.

inline operator fun <T> ERROR CLASS: Symbol not found for ExtraPropertiesExtension.invoke(initialValueProvider: () -> T): InitialValueExtraPropertyDelegateProvider<T>

Returns a property delegate provider that will initialize the extra property to the value provided by initialValueProvider.

operator fun <T : Any> ERROR CLASS: Symbol not found for NamedDomainObjectProvider<T>.invoke(action: T.() -> Unit): ERROR CLASS: Ambiguity: configure, [org/gradle/kotlin/dsl/configure, org/gradle/kotlin/dsl/configure, org/gradle/kotlin/dsl/configure, org/gradle/kotlin/dsl/configure, org/gradle/kotlin/dsl/configure, org/gradle/kotlin/dsl/configure]

Allows a NamedDomainObjectProvider to be configured via invocation syntax.

operator fun <T> ERROR CLASS: Symbol not found for Spec<T>.invoke(arg: T): Boolean

Enables function invocation syntax on Spec instances.

inline operator fun ERROR CLASS: Symbol not found for TaskContainer.invoke(configuration: TaskContainerScope.() -> Unit): ERROR CLASS: Symbol not found for TaskContainer

Allows a TaskContainer to be configured via an augmented DSL that includes a shorthand string notation for configuring existing tasks.

Link copied to clipboard
fun ERROR CLASS: Symbol not found for RepositoryHandler.ivy(url: Any): ERROR CLASS: Ambiguity: ivy, [org/gradle/kotlin/dsl/ivy, org/gradle/kotlin/dsl/ivy]
fun ERROR CLASS: Symbol not found for RepositoryHandler.ivy(url: Any, action: ERROR CLASS: Symbol not found for IvyArtifactRepository.() -> Unit): ERROR CLASS: Ambiguity: ivy, [org/gradle/kotlin/dsl/ivy, org/gradle/kotlin/dsl/ivy]

Adds and configures an Ivy repository.

Link copied to clipboard
fun ERROR CLASS: Symbol not found for ToolchainManagement.jvm(block: ERROR CLASS: Symbol not found for JvmToolchainManagement.() -> Unit)

Provides statically defined accessors for configuring the "jvm" block in "toolchainManagement". The "jvm-toolchain-management" plugin needs to be applied in order for these extensions to work.

Link copied to clipboard
fun ERROR CLASS: Symbol not found for PluginDependenciesSpec.kotlin(module: String): ERROR CLASS: Symbol not found for PluginDependencySpec

Applies the given Kotlin plugin module.

fun ERROR CLASS: Symbol not found for DependencyHandler.kotlin(module: String, version: String? = null): Any

Builds the dependency notation for the named Kotlin module at the given version.

Link copied to clipboard
inline fun <T : Any> ERROR CLASS: Symbol not found for ObjectFactory.listProperty(): ERROR CLASS: Symbol not found for ListProperty<T>

Creates a ListProperty that holds values of the given type T.

inline fun <T : Any> ERROR CLASS: Symbol not found for org.gradle.api.model.ObjectFactory.listProperty(elementType: KClass<T>): ERROR CLASS: Symbol not found for org.gradle.api.provider.ListProperty<T>
inline fun <T : Any> ERROR CLASS: Symbol not found for org.gradle.api.model.ObjectFactory.listProperty(elementType: KClass<T>): ERROR CLASS: Symbol not found for org.gradle.api.provider.ListProperty<T>

Kotlin extension function taking kotlin.reflect.KClass for org.gradle.api.model.ObjectFactory.listProperty.

Link copied to clipboard
inline fun <K : Any, V : Any> ERROR CLASS: Symbol not found for ObjectFactory.mapProperty(): ERROR CLASS: Symbol not found for MapProperty<K, V>

Creates a MapProperty that holds values of the given key type K and value type V.

inline fun <K : Any, V : Any> ERROR CLASS: Symbol not found for org.gradle.api.model.ObjectFactory.mapProperty(keyType: KClass<K>, valueType: KClass<V>): ERROR CLASS: Symbol not found for org.gradle.api.provider.MapProperty<K, V>
inline fun <K : Any, V : Any> ERROR CLASS: Symbol not found for org.gradle.api.model.ObjectFactory.mapProperty(keyType: KClass<K>, valueType: KClass<V>): ERROR CLASS: Symbol not found for org.gradle.api.provider.MapProperty<K, V>

Kotlin extension function taking kotlin.reflect.KClass for org.gradle.api.model.ObjectFactory.mapProperty.

Link copied to clipboard
fun ERROR CLASS: Symbol not found for RepositoryHandler.maven(url: Any): ERROR CLASS: Ambiguity: maven, [org/gradle/kotlin/dsl/maven, org/gradle/kotlin/dsl/maven]
fun ERROR CLASS: Symbol not found for RepositoryHandler.maven(url: Any, action: ERROR CLASS: Symbol not found for MavenArtifactRepository.() -> Unit): ERROR CLASS: Ambiguity: maven, [org/gradle/kotlin/dsl/maven, org/gradle/kotlin/dsl/maven]

Adds and configures a Maven repository.

Link copied to clipboard
inline fun ERROR CLASS: Symbol not found for org.gradle.api.artifacts.dsl.RepositoryHandler.mavenCentral(vararg args: Pair<String, Any>): ERROR CLASS: Symbol not found for org.gradle.api.artifacts.repositories.MavenArtifactRepository
inline fun ERROR CLASS: Symbol not found for org.gradle.api.artifacts.dsl.RepositoryHandler.mavenCentral(vararg args: Pair<String, Any>): ERROR CLASS: Symbol not found for org.gradle.api.artifacts.repositories.MavenArtifactRepository

Kotlin extension function for org.gradle.api.artifacts.dsl.RepositoryHandler.mavenCentral.

Link copied to clipboard
inline fun <U : Any> ERROR CLASS: Symbol not found for PolymorphicDomainObjectContainer<in U>.maybeCreate(name: String): ERROR CLASS: Ambiguity: maybeCreate, [org/gradle/kotlin/dsl/maybeCreate, org/gradle/kotlin/dsl/maybeCreate, org/gradle/kotlin/dsl/maybeCreate]

Creates a domain object with the specified name and type if it does not exists, and adds it to the container.

inline fun <U : T, T : Any> ERROR CLASS: Symbol not found for org.gradle.api.PolymorphicDomainObjectContainer<T>.maybeCreate(name: String, type: KClass<U>): U
inline fun <U : T, T : Any> ERROR CLASS: Symbol not found for org.gradle.api.PolymorphicDomainObjectContainer<T>.maybeCreate(name: String, type: KClass<U>): U

Kotlin extension function taking kotlin.reflect.KClass for org.gradle.api.PolymorphicDomainObjectContainer.maybeCreate.

Link copied to clipboard
inline fun <T : Any> ERROR CLASS: Symbol not found for org.gradle.tooling.ProjectConnection.model(modelType: KClass<T>): ERROR CLASS: Symbol not found for org.gradle.tooling.ModelBuilder<T>
inline fun <T : Any> ERROR CLASS: Symbol not found for org.gradle.tooling.ProjectConnection.model(modelType: KClass<T>): ERROR CLASS: Symbol not found for org.gradle.tooling.ModelBuilder<T>

Kotlin extension function taking kotlin.reflect.KClass for org.gradle.tooling.ProjectConnection.model.

Link copied to clipboard
fun ERROR CLASS: Symbol not found for Dependencies.module(group: String?, name: String, version: String?): ERROR CLASS: Symbol not found for ExternalModuleDependency

Creates a dependency based on the group, name and version (GAV) coordinates.

Link copied to clipboard
inline fun <T : ERROR CLASS: Symbol not found for Named> ERROR CLASS: Symbol not found for AttributeContainer.named(name: String): T
inline fun <T : ERROR CLASS: Symbol not found for Named> ERROR CLASS: Symbol not found for ObjectFactory.named(name: String): T

Creates a simple immutable Named object of the given type and name.

inline fun <T : Any> ERROR CLASS: Symbol not found for NamedDomainObjectCollection<out kotlin/Any>.named(name: String): ERROR CLASS: Symbol not found for NamedDomainObjectProvider<T>
fun <T : Any> ERROR CLASS: Symbol not found for NamedDomainObjectCollection<out kotlin/Any>.named(name: String, type: KClass<T>): ERROR CLASS: Symbol not found for NamedDomainObjectProvider<T>

Locates an object by name and type, without triggering its creation or configuration, failing if there is no such object.

inline fun <T : ERROR CLASS: Symbol not found for Task> ERROR CLASS: Symbol not found for TaskCollection<out ERROR CLASS: Symbol not found for Task>.named(name: String): ERROR CLASS: Symbol not found for TaskProvider<T>
fun <T : ERROR CLASS: Symbol not found for Task> ERROR CLASS: Symbol not found for TaskCollection<out ERROR CLASS: Symbol not found for Task>.named(name: String, type: KClass<T>): ERROR CLASS: Symbol not found for TaskProvider<T>

Locates a task by name and type, without triggering its creation or configuration, failing if there is no such task.

inline fun <T : Any> ERROR CLASS: Symbol not found for NamedDomainObjectCollection<out kotlin/Any>.named(name: String, noinline configuration: T.() -> Unit): ERROR CLASS: Symbol not found for NamedDomainObjectProvider<T>
fun <T : Any> ERROR CLASS: Symbol not found for NamedDomainObjectCollection<out kotlin/Any>.named(name: String, type: KClass<T>, configuration: T.() -> Unit): ERROR CLASS: Symbol not found for NamedDomainObjectProvider<T>

Configures an object by name and type, without triggering its creation or configuration, failing if there is no such object.

inline fun <T : ERROR CLASS: Symbol not found for Task> ERROR CLASS: Symbol not found for TaskCollection<out ERROR CLASS: Symbol not found for Task>.named(name: String, noinline configuration: T.() -> Unit): ERROR CLASS: Symbol not found for TaskProvider<T>
fun <T : ERROR CLASS: Symbol not found for Task> ERROR CLASS: Symbol not found for TaskCollection<out ERROR CLASS: Symbol not found for Task>.named(name: String, type: KClass<T>, configuration: T.() -> Unit): ERROR CLASS: Symbol not found for TaskProvider<T>

Configures a task by name and type, without triggering its creation or configuration, failing if there is no such task.

inline fun <S : T, T : Any> ERROR CLASS: Symbol not found for org.gradle.api.NamedDomainObjectCollection<T>.named(name: String, type: KClass<S>): ERROR CLASS: Symbol not found for org.gradle.api.NamedDomainObjectProvider<S>
inline fun <S : T, T : Any> ERROR CLASS: Symbol not found for org.gradle.api.NamedDomainObjectCollection<T>.named(name: String, type: KClass<S>): ERROR CLASS: Symbol not found for org.gradle.api.NamedDomainObjectProvider<S>
inline fun <S : T, T : Any> ERROR CLASS: Symbol not found for org.gradle.api.NamedDomainObjectCollection<T>.named(name: String, type: KClass<S>, configurationAction: ERROR CLASS: Symbol not found for org.gradle.api.Action<in S>): ERROR CLASS: Symbol not found for org.gradle.api.NamedDomainObjectProvider<S>
inline fun <S : T, T : Any> ERROR CLASS: Symbol not found for org.gradle.api.NamedDomainObjectCollection<T>.named(name: String, type: KClass<S>, configurationAction: ERROR CLASS: Symbol not found for org.gradle.api.Action<in S>): ERROR CLASS: Symbol not found for org.gradle.api.NamedDomainObjectProvider<S>

Kotlin extension function taking kotlin.reflect.KClass for org.gradle.api.NamedDomainObjectCollection.named.

inline fun <T : ERROR CLASS: Symbol not found for org.gradle.api.Named> ERROR CLASS: Symbol not found for org.gradle.api.attributes.AttributeContainer.named(type: KClass<T>, name: String): T
inline fun <T : ERROR CLASS: Symbol not found for org.gradle.api.Named> ERROR CLASS: Symbol not found for org.gradle.api.attributes.AttributeContainer.named(type: KClass<T>, name: String): T

Kotlin extension function taking kotlin.reflect.KClass for org.gradle.api.attributes.AttributeContainer.named.

inline fun <T : ERROR CLASS: Symbol not found for org.gradle.api.Named> ERROR CLASS: Symbol not found for org.gradle.api.model.ObjectFactory.named(type: KClass<T>, name: String): T
inline fun <T : ERROR CLASS: Symbol not found for org.gradle.api.Named> ERROR CLASS: Symbol not found for org.gradle.api.model.ObjectFactory.named(type: KClass<T>, name: String): T

Kotlin extension function taking kotlin.reflect.KClass for org.gradle.api.model.ObjectFactory.named.

inline fun <S : T, T : ERROR CLASS: Symbol not found for org.gradle.api.Task> ERROR CLASS: Symbol not found for org.gradle.api.tasks.TaskCollection<T>.named(name: String, type: KClass<S>): ERROR CLASS: Symbol not found for org.gradle.api.tasks.TaskProvider<S>
inline fun <S : T, T : ERROR CLASS: Symbol not found for org.gradle.api.Task> ERROR CLASS: Symbol not found for org.gradle.api.tasks.TaskCollection<T>.named(name: String, type: KClass<S>): ERROR CLASS: Symbol not found for org.gradle.api.tasks.TaskProvider<S>
inline fun <S : T, T : ERROR CLASS: Symbol not found for org.gradle.api.Task> ERROR CLASS: Symbol not found for org.gradle.api.tasks.TaskCollection<T>.named(name: String, type: KClass<S>, configurationAction: ERROR CLASS: Symbol not found for org.gradle.api.Action<in S>): ERROR CLASS: Symbol not found for org.gradle.api.tasks.TaskProvider<S>
inline fun <S : T, T : ERROR CLASS: Symbol not found for org.gradle.api.Task> ERROR CLASS: Symbol not found for org.gradle.api.tasks.TaskCollection<T>.named(name: String, type: KClass<S>, configurationAction: ERROR CLASS: Symbol not found for org.gradle.api.Action<in S>): ERROR CLASS: Symbol not found for org.gradle.api.tasks.TaskProvider<S>

Kotlin extension function taking kotlin.reflect.KClass for org.gradle.api.tasks.TaskCollection.named.

inline fun <T : Any> ERROR CLASS: Symbol not found for org.gradle.model.ModelMap<T>.named(name: String, ruleSource: KClass<out ERROR CLASS: Symbol not found for org.gradle.model.RuleSource>)
inline fun <T : Any> ERROR CLASS: Symbol not found for org.gradle.model.ModelMap<T>.named(name: String, ruleSource: KClass<out ERROR CLASS: Symbol not found for org.gradle.model.RuleSource>)

Kotlin extension function taking kotlin.reflect.KClass for org.gradle.model.ModelMap.named.

Link copied to clipboard
inline fun <T : Any> ERROR CLASS: Symbol not found for org.gradle.api.model.ObjectFactory.namedDomainObjectList(elementType: KClass<T>): ERROR CLASS: Symbol not found for org.gradle.api.NamedDomainObjectList<T>
inline fun <T : Any> ERROR CLASS: Symbol not found for org.gradle.api.model.ObjectFactory.namedDomainObjectList(elementType: KClass<T>): ERROR CLASS: Symbol not found for org.gradle.api.NamedDomainObjectList<T>

Kotlin extension function taking kotlin.reflect.KClass for org.gradle.api.model.ObjectFactory.namedDomainObjectList.

Link copied to clipboard
inline fun <T : Any> ERROR CLASS: Symbol not found for org.gradle.api.model.ObjectFactory.namedDomainObjectSet(elementType: KClass<T>): ERROR CLASS: Symbol not found for org.gradle.api.NamedDomainObjectSet<T>
inline fun <T : Any> ERROR CLASS: Symbol not found for org.gradle.api.model.ObjectFactory.namedDomainObjectSet(elementType: KClass<T>): ERROR CLASS: Symbol not found for org.gradle.api.NamedDomainObjectSet<T>

Kotlin extension function taking kotlin.reflect.KClass for org.gradle.api.model.ObjectFactory.namedDomainObjectSet.

Link copied to clipboard
inline fun <T : Any> ERROR CLASS: Symbol not found for ObjectFactory.newInstance(vararg parameters: Any): T

Create a new instance of T, using parameters as the construction parameters.

inline fun <T : Any> ERROR CLASS: Symbol not found for org.gradle.api.model.ObjectFactory.newInstance(type: KClass<out T>, vararg parameters: Any): T
inline fun <T : Any> ERROR CLASS: Symbol not found for org.gradle.api.model.ObjectFactory.newInstance(type: KClass<out T>, vararg parameters: Any): T

Kotlin extension function taking kotlin.reflect.KClass for org.gradle.api.model.ObjectFactory.newInstance.

Link copied to clipboard
inline fun <T : Any, P : ERROR CLASS: Symbol not found for org.gradle.api.provider.ValueSourceParameters> ERROR CLASS: Symbol not found for org.gradle.api.provider.ProviderFactory.of(valueSourceType: KClass<out ERROR CLASS: Symbol not found for org.gradle.api.provider.ValueSource<T, P>>, configuration: ERROR CLASS: Symbol not found for org.gradle.api.Action<in ERROR CLASS: Symbol not found for org.gradle.api.provider.ValueSourceSpec<P>>): ERROR CLASS: Symbol not found for org.gradle.api.provider.Provider<T>
inline fun <T : Any, P : ERROR CLASS: Symbol not found for org.gradle.api.provider.ValueSourceParameters> ERROR CLASS: Symbol not found for org.gradle.api.provider.ProviderFactory.of(valueSourceType: KClass<out ERROR CLASS: Symbol not found for org.gradle.api.provider.ValueSource<T, P>>, configuration: ERROR CLASS: Symbol not found for org.gradle.api.Action<in ERROR CLASS: Symbol not found for org.gradle.api.provider.ValueSourceSpec<P>>): ERROR CLASS: Symbol not found for org.gradle.api.provider.Provider<T>

Kotlin extension function taking kotlin.reflect.KClass for org.gradle.api.provider.ProviderFactory.of.

Link copied to clipboard
inline fun <T : ERROR CLASS: Symbol not found for Plugin<*>> ERROR CLASS: Symbol not found for ObjectConfigurationAction.plugin(): org/gradle/api/plugins/ObjectConfigurationAction

Adds a Plugin to use to configure the target objects. This method may be called multiple times, to use multiple plugins. Scripts and plugins are applied in the order that they are added.

inline fun ERROR CLASS: Symbol not found for org.gradle.api.plugins.ObjectConfigurationAction.plugin(pluginClass: KClass<out ERROR CLASS: Symbol not found for org.gradle.api.Plugin<*>>): ERROR CLASS: Symbol not found for org.gradle.api.plugins.ObjectConfigurationAction
inline fun ERROR CLASS: Symbol not found for org.gradle.api.plugins.ObjectConfigurationAction.plugin(pluginClass: KClass<out ERROR CLASS: Symbol not found for org.gradle.api.Plugin<*>>): ERROR CLASS: Symbol not found for org.gradle.api.plugins.ObjectConfigurationAction

Kotlin extension function taking kotlin.reflect.KClass for org.gradle.api.plugins.ObjectConfigurationAction.plugin.

Link copied to clipboard
fun ERROR CLASS: Symbol not found for Project.plugins(block: ERROR CLASS: Symbol not found for PluginDependenciesSpec.() -> Unit): Nothing

Nested plugins blocks are NOT allowed, for example:

Link copied to clipboard
inline fun <T : Any> ERROR CLASS: Symbol not found for org.gradle.api.model.ObjectFactory.polymorphicDomainObjectContainer(elementType: KClass<T>): ERROR CLASS: Symbol not found for org.gradle.api.ExtensiblePolymorphicDomainObjectContainer<T>
inline fun <T : Any> ERROR CLASS: Symbol not found for org.gradle.api.model.ObjectFactory.polymorphicDomainObjectContainer(elementType: KClass<T>): ERROR CLASS: Symbol not found for org.gradle.api.ExtensiblePolymorphicDomainObjectContainer<T>

Kotlin extension function taking kotlin.reflect.KClass for org.gradle.api.model.ObjectFactory.polymorphicDomainObjectContainer.

Link copied to clipboard
inline fun ERROR CLASS: Symbol not found for org.gradle.api.artifacts.dsl.DependencyHandler.project(vararg notation: Pair<String, Any>): ERROR CLASS: Symbol not found for org.gradle.api.artifacts.Dependency
inline fun ERROR CLASS: Symbol not found for org.gradle.api.artifacts.dsl.DependencyHandler.project(vararg notation: Pair<String, Any>): ERROR CLASS: Symbol not found for org.gradle.api.artifacts.Dependency

Kotlin extension function for org.gradle.api.artifacts.dsl.DependencyHandler.project.

fun ERROR CLASS: Symbol not found for DependencyHandler.project(path: String, configuration: String? = null): ERROR CLASS: Symbol not found for ProjectDependency

Creates a dependency on a project without adding it to a configuration.

Link copied to clipboard
inline fun ERROR CLASS: Symbol not found for org.gradle.api.tasks.TaskInputs.properties(vararg properties: Pair<String, Any>): ERROR CLASS: Symbol not found for org.gradle.api.tasks.TaskInputs
inline fun ERROR CLASS: Symbol not found for org.gradle.api.tasks.TaskInputs.properties(vararg properties: Pair<String, Any>): ERROR CLASS: Symbol not found for org.gradle.api.tasks.TaskInputs

Kotlin extension function for org.gradle.api.tasks.TaskInputs.properties.

inline fun ERROR CLASS: Symbol not found for org.gradle.api.tasks.WriteProperties.properties(vararg properties: Pair<String, Any>)
inline fun ERROR CLASS: Symbol not found for org.gradle.api.tasks.WriteProperties.properties(vararg properties: Pair<String, Any>)

Kotlin extension function for org.gradle.api.tasks.WriteProperties.properties.

Link copied to clipboard
inline fun <T : Any> ERROR CLASS: Symbol not found for ObjectFactory.property(): ERROR CLASS: Symbol not found for Property<T>

Creates a Property that holds values of the given type T.

inline fun <T : Any> ERROR CLASS: Symbol not found for org.gradle.api.model.ObjectFactory.property(valueType: KClass<T>): ERROR CLASS: Symbol not found for org.gradle.api.provider.Property<T>
inline fun <T : Any> ERROR CLASS: Symbol not found for org.gradle.api.model.ObjectFactory.property(valueType: KClass<T>): ERROR CLASS: Symbol not found for org.gradle.api.provider.Property<T>

Kotlin extension function taking kotlin.reflect.KClass for org.gradle.api.model.ObjectFactory.property.

Link copied to clipboard
operator fun ERROR CLASS: Symbol not found for ExtraPropertiesExtension.provideDelegate(receiver: Any?, property: KProperty<*>): MutablePropertyDelegate

Provides property delegate for typed access to extra properties.

operator fun <T : Any> ERROR CLASS: Symbol not found for NamedDomainObjectCollection<T>.provideDelegate(thisRef: Any?, property: KProperty<*>): ERROR CLASS: Symbol not found for NamedDomainObjectProvider<T>

Allows a NamedDomainObjectCollection to be used as a property delegate.

operator fun ERROR CLASS: Symbol not found for Project.provideDelegate(any: Any?, property: KProperty<*>): PropertyDelegate

Locates a property on Project.

operator fun ERROR CLASS: Symbol not found for Settings.provideDelegate(any: Any?, property: KProperty<*>): PropertyDelegate

Locates a property on Settings.

operator fun <T : Any> T.provideDelegate(receiver: Any?, property: KProperty<*>): T

Required due to KT-25810.

operator fun ExistingDomainObjectDelegateProviderWithAction<out ERROR CLASS: Symbol not found for TaskContainer, ERROR CLASS: Symbol not found for Task>.provideDelegate(receiver: Any?, property: KProperty<*>): ExistingDomainObjectDelegate<ERROR CLASS: Cannot infer argument for type parameter T>

Provides a TaskProvider delegate for the task named after the property after configuring it with the given action.

operator fun <T : Any, C : ERROR CLASS: Symbol not found for NamedDomainObjectCollection<T>> ExistingDomainObjectDelegateProviderWithAction<C, T>.provideDelegate(receiver: Any?, property: KProperty<*>): ExistingDomainObjectDelegate<ERROR CLASS: Cannot infer argument for type parameter T>
operator fun <T : Any, C : ERROR CLASS: Symbol not found for NamedDomainObjectCollection<T>, U : T> ExistingDomainObjectDelegateProviderWithTypeAndAction<C, U>.provideDelegate(receiver: Any?, property: KProperty<*>): ExistingDomainObjectDelegate<ERROR CLASS: Cannot infer argument for type parameter T>
operator fun <T : Any, C : ERROR CLASS: Symbol not found for NamedDomainObjectCollection<T>, U : T> ExistingDomainObjectDelegateProviderWithType<C, U>.provideDelegate(receiver: Any?, property: KProperty<*>): ExistingDomainObjectDelegate<ERROR CLASS: Cannot infer argument for type parameter T>
operator fun <T : Any, C : ERROR CLASS: Symbol not found for NamedDomainObjectCollection<T>> ExistingDomainObjectDelegateProvider<C>.provideDelegate(receiver: Any?, property: KProperty<*>): ExistingDomainObjectDelegate<ERROR CLASS: Cannot infer argument for type parameter T>

Provides access to the NamedDomainObjectProvider for the element of the given property name from the container via a delegated property.

operator fun <U : ERROR CLASS: Symbol not found for Task> ExistingDomainObjectDelegateProviderWithTypeAndAction<out ERROR CLASS: Symbol not found for TaskContainer, U>.provideDelegate(receiver: Any?, property: KProperty<*>): ExistingDomainObjectDelegate<ERROR CLASS: Cannot infer argument for type parameter T>

Provides a TaskProvider delegate for the task of the given type named after the property after configuring it with the given action.

operator fun <U : ERROR CLASS: Symbol not found for Task> ExistingDomainObjectDelegateProviderWithType<out ERROR CLASS: Symbol not found for TaskContainer, U>.provideDelegate(receiver: Any?, property: KProperty<*>): ExistingDomainObjectDelegate<ERROR CLASS: Cannot infer argument for type parameter T>

Provides a TaskProvider delegate for the task of the given type named after the property.

operator fun ExistingDomainObjectDelegateProvider<out ERROR CLASS: Symbol not found for TaskContainer>.provideDelegate(receiver: Any?, property: KProperty<*>): ExistingDomainObjectDelegate<ERROR CLASS: Cannot infer argument for type parameter T>

Provides a TaskProvider delegate for the task named after the property.

operator fun RegisteringDomainObjectDelegateProviderWithAction<out ERROR CLASS: Symbol not found for TaskContainer, ERROR CLASS: Symbol not found for Task>.provideDelegate(receiver: Any?, property: KProperty<*>): ExistingDomainObjectDelegate<ERROR CLASS: Cannot infer argument for type parameter T>

Registers a task that gets configured with the given action and provides a delegate with the resulting TaskProvider.

operator fun <T : Any, C : ERROR CLASS: Symbol not found for NamedDomainObjectContainer<T>> RegisteringDomainObjectDelegateProviderWithAction<C, T>.provideDelegate(receiver: Any?, property: KProperty<*>): ExistingDomainObjectDelegate<ERROR CLASS: Cannot infer argument for type parameter T>
operator fun <T : Any, C : ERROR CLASS: Symbol not found for PolymorphicDomainObjectContainer<T>, U : T> RegisteringDomainObjectDelegateProviderWithTypeAndAction<C, U>.provideDelegate(receiver: Any?, property: KProperty<*>): ExistingDomainObjectDelegate<ERROR CLASS: Cannot infer argument for type parameter T>
operator fun <T : Any, C : ERROR CLASS: Symbol not found for PolymorphicDomainObjectContainer<T>, U : T> RegisteringDomainObjectDelegateProviderWithType<C, U>.provideDelegate(receiver: Any?, property: KProperty<*>): ExistingDomainObjectDelegate<ERROR CLASS: Cannot infer argument for type parameter T>
operator fun <T : Any, C : ERROR CLASS: Symbol not found for NamedDomainObjectContainer<T>> RegisteringDomainObjectDelegateProvider<C>.provideDelegate(receiver: Any?, property: KProperty<*>): ExistingDomainObjectDelegate<ERROR CLASS: Cannot infer argument for type parameter T>

Registers an element and provides a delegate with the resulting NamedDomainObjectProvider.

operator fun <U : ERROR CLASS: Symbol not found for Task> RegisteringDomainObjectDelegateProviderWithTypeAndAction<out ERROR CLASS: Symbol not found for TaskContainer, U>.provideDelegate(receiver: Any?, property: KProperty<*>): ExistingDomainObjectDelegate<ERROR CLASS: Cannot infer argument for type parameter T>

Registers a task of the given type that gets configured with the given action and provides a delegate with the resulting TaskProvider.

operator fun <U : ERROR CLASS: Symbol not found for Task> RegisteringDomainObjectDelegateProviderWithType<out ERROR CLASS: Symbol not found for TaskContainer, U>.provideDelegate(receiver: Any?, property: KProperty<*>): ExistingDomainObjectDelegate<ERROR CLASS: Cannot infer argument for type parameter T>

Registers a task of the given type and provides a delegate with the resulting TaskProvider.

operator fun RegisteringDomainObjectDelegateProvider<out ERROR CLASS: Symbol not found for TaskContainer>.provideDelegate(receiver: Any?, property: KProperty<*>): ExistingDomainObjectDelegate<ERROR CLASS: Cannot infer argument for type parameter T>

Registers a task and provides a delegate with the resulting TaskProvider.

Link copied to clipboard
inline fun <T : Any> ERROR CLASS: Symbol not found for PolymorphicDomainObjectContainer<in T>.register(name: String): ERROR CLASS: Symbol not found for NamedDomainObjectProvider<T>

Defines a new object, which will be created when it is required.

inline fun <T : ERROR CLASS: Symbol not found for Task> ERROR CLASS: Symbol not found for TaskContainer.register(name: String): ERROR CLASS: Symbol not found for TaskProvider<T>

Defines a new task, which will be created when it is required.

inline fun <T : ERROR CLASS: Symbol not found for org.gradle.jvm.toolchain.JavaToolchainResolver> ERROR CLASS: Symbol not found for org.gradle.jvm.toolchain.JavaToolchainResolverRegistry.register(implementationType: KClass<T>)
inline fun <T : ERROR CLASS: Symbol not found for org.gradle.jvm.toolchain.JavaToolchainResolver> ERROR CLASS: Symbol not found for org.gradle.jvm.toolchain.JavaToolchainResolverRegistry.register(implementationType: KClass<T>)

Kotlin extension function taking kotlin.reflect.KClass for org.gradle.jvm.toolchain.JavaToolchainResolverRegistry.register.

inline fun <T : Any> ERROR CLASS: Symbol not found for PolymorphicDomainObjectContainer<in T>.register(name: String, noinline configuration: T.() -> Unit): ERROR CLASS: Symbol not found for NamedDomainObjectProvider<T>

Defines and configure a new object, which will be created when it is required.

inline fun <T : ERROR CLASS: Symbol not found for Task> ERROR CLASS: Symbol not found for TaskContainer.register(name: String, noinline configuration: T.() -> Unit): ERROR CLASS: Symbol not found for TaskProvider<T>

Defines and configure a new task, which will be created when it is required.

inline fun <T : ERROR CLASS: Symbol not found for Task> ERROR CLASS: Symbol not found for TaskContainer.register(name: String, vararg arguments: Any): ERROR CLASS: Symbol not found for TaskProvider<T>

Defines a new task, which will be created when it is required passing the given arguments to the javax.inject.Inject-annotated constructor.

inline fun <U : T, T : Any> ERROR CLASS: Symbol not found for org.gradle.api.PolymorphicDomainObjectContainer<T>.register(name: String, type: KClass<U>): ERROR CLASS: Symbol not found for org.gradle.api.NamedDomainObjectProvider<U>
inline fun <U : T, T : Any> ERROR CLASS: Symbol not found for org.gradle.api.PolymorphicDomainObjectContainer<T>.register(name: String, type: KClass<U>): ERROR CLASS: Symbol not found for org.gradle.api.NamedDomainObjectProvider<U>
inline fun <U : T, T : Any> ERROR CLASS: Symbol not found for org.gradle.api.PolymorphicDomainObjectContainer<T>.register(name: String, type: KClass<U>, configurationAction: ERROR CLASS: Symbol not found for org.gradle.api.Action<in U>): ERROR CLASS: Symbol not found for org.gradle.api.NamedDomainObjectProvider<U>
inline fun <U : T, T : Any> ERROR CLASS: Symbol not found for org.gradle.api.PolymorphicDomainObjectContainer<T>.register(name: String, type: KClass<U>, configurationAction: ERROR CLASS: Symbol not found for org.gradle.api.Action<in U>): ERROR CLASS: Symbol not found for org.gradle.api.NamedDomainObjectProvider<U>

Kotlin extension function taking kotlin.reflect.KClass for org.gradle.api.PolymorphicDomainObjectContainer.register.

inline fun <T : ERROR CLASS: Symbol not found for org.gradle.api.Task> ERROR CLASS: Symbol not found for org.gradle.api.tasks.TaskContainer.register(name: String, type: KClass<T>): ERROR CLASS: Symbol not found for org.gradle.api.tasks.TaskProvider<T>
inline fun <T : ERROR CLASS: Symbol not found for org.gradle.api.Task> ERROR CLASS: Symbol not found for org.gradle.api.tasks.TaskContainer.register(name: String, type: KClass<T>): ERROR CLASS: Symbol not found for org.gradle.api.tasks.TaskProvider<T>
inline fun <T : ERROR CLASS: Symbol not found for org.gradle.api.Task> ERROR CLASS: Symbol not found for org.gradle.api.tasks.TaskContainer.register(name: String, type: KClass<T>, configurationAction: ERROR CLASS: Symbol not found for org.gradle.api.Action<in T>): ERROR CLASS: Symbol not found for org.gradle.api.tasks.TaskProvider<T>
inline fun <T : ERROR CLASS: Symbol not found for org.gradle.api.Task> ERROR CLASS: Symbol not found for org.gradle.api.tasks.TaskContainer.register(name: String, type: KClass<T>, configurationAction: ERROR CLASS: Symbol not found for org.gradle.api.Action<in T>): ERROR CLASS: Symbol not found for org.gradle.api.tasks.TaskProvider<T>
inline fun <T : ERROR CLASS: Symbol not found for org.gradle.api.Task> ERROR CLASS: Symbol not found for org.gradle.api.tasks.TaskContainer.register(name: String, type: KClass<T>, vararg constructorArgs: Any): ERROR CLASS: Symbol not found for org.gradle.api.tasks.TaskProvider<T>
inline fun <T : ERROR CLASS: Symbol not found for org.gradle.api.Task> ERROR CLASS: Symbol not found for org.gradle.api.tasks.TaskContainer.register(name: String, type: KClass<T>, vararg constructorArgs: Any): ERROR CLASS: Symbol not found for org.gradle.api.tasks.TaskProvider<T>

Kotlin extension function taking kotlin.reflect.KClass for org.gradle.api.tasks.TaskContainer.register.

Link copied to clipboard
inline fun <U : T, T : Any> ERROR CLASS: Symbol not found for org.gradle.api.ExtensiblePolymorphicDomainObjectContainer<T>.registerBinding(type: KClass<U>, implementationType: KClass<out U>)
inline fun <U : T, T : Any> ERROR CLASS: Symbol not found for org.gradle.api.ExtensiblePolymorphicDomainObjectContainer<T>.registerBinding(type: KClass<U>, implementationType: KClass<out U>)

Kotlin extension function taking kotlin.reflect.KClass for org.gradle.api.ExtensiblePolymorphicDomainObjectContainer.registerBinding.

Link copied to clipboard
inline fun <T : ERROR CLASS: Symbol not found for BuildCache> ERROR CLASS: Symbol not found for BuildCacheConfiguration.registerBuildCacheService(buildCacheServiceFactoryType: KClass<out ERROR CLASS: Symbol not found for BuildCacheServiceFactory<in T>>)

Registers a custom build cache type.

inline fun <T : ERROR CLASS: Symbol not found for org.gradle.caching.configuration.BuildCache> ERROR CLASS: Symbol not found for org.gradle.caching.configuration.BuildCacheConfiguration.registerBuildCacheService(configurationType: KClass<T>, buildCacheServiceFactoryType: KClass<out ERROR CLASS: Symbol not found for org.gradle.caching.BuildCacheServiceFactory<in T>>)
inline fun <T : ERROR CLASS: Symbol not found for org.gradle.caching.configuration.BuildCache> ERROR CLASS: Symbol not found for org.gradle.caching.configuration.BuildCacheConfiguration.registerBuildCacheService(configurationType: KClass<T>, buildCacheServiceFactoryType: KClass<out ERROR CLASS: Symbol not found for org.gradle.caching.BuildCacheServiceFactory<in T>>)

Kotlin extension function taking kotlin.reflect.KClass for org.gradle.caching.configuration.BuildCacheConfiguration.registerBuildCacheService.

Link copied to clipboard
inline fun <T : ERROR CLASS: Symbol not found for org.gradle.api.services.BuildService<P>, P : ERROR CLASS: Symbol not found for org.gradle.api.services.BuildServiceParameters> ERROR CLASS: Symbol not found for org.gradle.api.services.BuildServiceRegistry.registerIfAbsent(name: String, implementationType: KClass<T>): ERROR CLASS: Symbol not found for org.gradle.api.provider.Provider<T>
inline fun <T : ERROR CLASS: Symbol not found for org.gradle.api.services.BuildService<P>, P : ERROR CLASS: Symbol not found for org.gradle.api.services.BuildServiceParameters> ERROR CLASS: Symbol not found for org.gradle.api.services.BuildServiceRegistry.registerIfAbsent(name: String, implementationType: KClass<T>): ERROR CLASS: Symbol not found for org.gradle.api.provider.Provider<T>
inline fun <T : ERROR CLASS: Symbol not found for org.gradle.api.services.BuildService<P>, P : ERROR CLASS: Symbol not found for org.gradle.api.services.BuildServiceParameters> ERROR CLASS: Symbol not found for org.gradle.api.services.BuildServiceRegistry.registerIfAbsent(name: String, implementationType: KClass<T>, configureAction: ERROR CLASS: Symbol not found for org.gradle.api.Action<in ERROR CLASS: Symbol not found for org.gradle.api.services.BuildServiceSpec<P>>): ERROR CLASS: Symbol not found for org.gradle.api.provider.Provider<T>
inline fun <T : ERROR CLASS: Symbol not found for org.gradle.api.services.BuildService<P>, P : ERROR CLASS: Symbol not found for org.gradle.api.services.BuildServiceParameters> ERROR CLASS: Symbol not found for org.gradle.api.services.BuildServiceRegistry.registerIfAbsent(name: String, implementationType: KClass<T>, configureAction: ERROR CLASS: Symbol not found for org.gradle.api.Action<in ERROR CLASS: Symbol not found for org.gradle.api.services.BuildServiceSpec<P>>): ERROR CLASS: Symbol not found for org.gradle.api.provider.Provider<T>

Kotlin extension function taking kotlin.reflect.KClass for org.gradle.api.services.BuildServiceRegistry.registerIfAbsent.

Link copied to clipboard
fun <T : Any, C : ERROR CLASS: Symbol not found for NamedDomainObjectContainer<T>> C.registering(action: T.() -> Unit): RegisteringDomainObjectDelegateProviderWithAction<out C, T>
fun <T : Any, C : ERROR CLASS: Symbol not found for PolymorphicDomainObjectContainer<T>, U : T> C.registering(type: KClass<U>): RegisteringDomainObjectDelegateProviderWithType<out C, U>
fun <T : Any, C : ERROR CLASS: Symbol not found for PolymorphicDomainObjectContainer<T>, U : T> C.registering(type: KClass<U>, action: U.() -> Unit): RegisteringDomainObjectDelegateProviderWithTypeAndAction<out C, U>

Property delegate for registering new elements in the container.

Link copied to clipboard
inline fun <T : ERROR CLASS: Symbol not found for org.gradle.api.artifacts.transform.TransformParameters> ERROR CLASS: Symbol not found for org.gradle.api.artifacts.dsl.DependencyHandler.registerTransform(actionType: KClass<out ERROR CLASS: Symbol not found for org.gradle.api.artifacts.transform.TransformAction<T>>, registrationAction: ERROR CLASS: Symbol not found for org.gradle.api.Action<in ERROR CLASS: Symbol not found for org.gradle.api.artifacts.transform.TransformSpec<T>>)
inline fun <T : ERROR CLASS: Symbol not found for org.gradle.api.artifacts.transform.TransformParameters> ERROR CLASS: Symbol not found for org.gradle.api.artifacts.dsl.DependencyHandler.registerTransform(actionType: KClass<out ERROR CLASS: Symbol not found for org.gradle.api.artifacts.transform.TransformAction<T>>, registrationAction: ERROR CLASS: Symbol not found for org.gradle.api.Action<in ERROR CLASS: Symbol not found for org.gradle.api.artifacts.transform.TransformSpec<T>>)

Kotlin extension function taking kotlin.reflect.KClass for org.gradle.api.artifacts.dsl.DependencyHandler.registerTransform.

Link copied to clipboard
inline fun <T : ERROR CLASS: Symbol not found for BuildCache> ERROR CLASS: Symbol not found for BuildCacheConfiguration.remote(): T
inline fun <T : ERROR CLASS: Symbol not found for BuildCache> ERROR CLASS: Symbol not found for BuildCacheConfiguration.remote(noinline configuration: T.() -> Unit): T

Configures a remote cache with the given type.

inline fun <T : ERROR CLASS: Symbol not found for org.gradle.caching.configuration.BuildCache> ERROR CLASS: Symbol not found for org.gradle.caching.configuration.BuildCacheConfiguration.remote(type: KClass<T>): T
inline fun <T : ERROR CLASS: Symbol not found for org.gradle.caching.configuration.BuildCache> ERROR CLASS: Symbol not found for org.gradle.caching.configuration.BuildCacheConfiguration.remote(type: KClass<T>): T
inline fun <T : ERROR CLASS: Symbol not found for org.gradle.caching.configuration.BuildCache> ERROR CLASS: Symbol not found for org.gradle.caching.configuration.BuildCacheConfiguration.remote(type: KClass<T>, configuration: ERROR CLASS: Symbol not found for org.gradle.api.Action<in T>): T
inline fun <T : ERROR CLASS: Symbol not found for org.gradle.caching.configuration.BuildCache> ERROR CLASS: Symbol not found for org.gradle.caching.configuration.BuildCacheConfiguration.remote(type: KClass<T>, configuration: ERROR CLASS: Symbol not found for org.gradle.api.Action<in T>): T

Kotlin extension function taking kotlin.reflect.KClass for org.gradle.caching.configuration.BuildCacheConfiguration.remote.

Link copied to clipboard
inline fun <T : ERROR CLASS: Symbol not found for org.gradle.api.Task> ERROR CLASS: Symbol not found for org.gradle.api.tasks.TaskContainer.replace(name: String, type: KClass<T>): T
inline fun <T : ERROR CLASS: Symbol not found for org.gradle.api.Task> ERROR CLASS: Symbol not found for org.gradle.api.tasks.TaskContainer.replace(name: String, type: KClass<T>): T

Kotlin extension function taking kotlin.reflect.KClass for org.gradle.api.tasks.TaskContainer.replace.

Link copied to clipboard
fun ERROR CLASS: Symbol not found for Project.repositories(configuration: ERROR CLASS: Symbol not found for RepositoryHandler.() -> Unit)

Configures the repositories for this project.

fun ERROR CLASS: Symbol not found for ScriptHandler.repositories(configuration: ERROR CLASS: Symbol not found for RepositoryHandler.() -> Unit)

Configures the repositories for the script dependencies.

Link copied to clipboard
inline fun ERROR CLASS: Symbol not found for org.gradle.api.artifacts.repositories.MetadataSupplierAware.setComponentVersionsLister(lister: KClass<out ERROR CLASS: Symbol not found for org.gradle.api.artifacts.ComponentMetadataVersionLister>)
inline fun ERROR CLASS: Symbol not found for org.gradle.api.artifacts.repositories.MetadataSupplierAware.setComponentVersionsLister(lister: KClass<out ERROR CLASS: Symbol not found for org.gradle.api.artifacts.ComponentMetadataVersionLister>)
inline fun ERROR CLASS: Symbol not found for org.gradle.api.artifacts.repositories.MetadataSupplierAware.setComponentVersionsLister(lister: KClass<out ERROR CLASS: Symbol not found for org.gradle.api.artifacts.ComponentMetadataVersionLister>, configureAction: ERROR CLASS: Symbol not found for org.gradle.api.Action<in ERROR CLASS: Symbol not found for org.gradle.api.ActionConfiguration>)
inline fun ERROR CLASS: Symbol not found for org.gradle.api.artifacts.repositories.MetadataSupplierAware.setComponentVersionsLister(lister: KClass<out ERROR CLASS: Symbol not found for org.gradle.api.artifacts.ComponentMetadataVersionLister>, configureAction: ERROR CLASS: Symbol not found for org.gradle.api.Action<in ERROR CLASS: Symbol not found for org.gradle.api.ActionConfiguration>)

Kotlin extension function taking kotlin.reflect.KClass for org.gradle.api.artifacts.repositories.MetadataSupplierAware.setComponentVersionsLister.

Link copied to clipboard
inline fun ERROR CLASS: Symbol not found for org.gradle.api.plugins.quality.Checkstyle.setConfigProperties(vararg configProperties: Pair<String, Any>)
inline fun ERROR CLASS: Symbol not found for org.gradle.api.plugins.quality.Checkstyle.setConfigProperties(vararg configProperties: Pair<String, Any>)

Kotlin extension function for org.gradle.api.plugins.quality.Checkstyle.setConfigProperties.

inline fun ERROR CLASS: Symbol not found for org.gradle.api.plugins.quality.CheckstyleExtension.setConfigProperties(vararg configProperties: Pair<String, Any>)
inline fun ERROR CLASS: Symbol not found for org.gradle.api.plugins.quality.CheckstyleExtension.setConfigProperties(vararg configProperties: Pair<String, Any>)

Kotlin extension function for org.gradle.api.plugins.quality.CheckstyleExtension.setConfigProperties.

Link copied to clipboard
inline fun ERROR CLASS: Symbol not found for org.gradle.process.ProcessForkOptions.setEnvironment(vararg environmentVariables: Pair<String, Any>)
inline fun ERROR CLASS: Symbol not found for org.gradle.process.ProcessForkOptions.setEnvironment(vararg environmentVariables: Pair<String, Any>)

Kotlin extension function for org.gradle.process.ProcessForkOptions.setEnvironment.

Link copied to clipboard
inline fun ERROR CLASS: Symbol not found for org.gradle.api.artifacts.repositories.MetadataSupplierAware.setMetadataSupplier(rule: KClass<out ERROR CLASS: Symbol not found for org.gradle.api.artifacts.ComponentMetadataSupplier>)
inline fun ERROR CLASS: Symbol not found for org.gradle.api.artifacts.repositories.MetadataSupplierAware.setMetadataSupplier(rule: KClass<out ERROR CLASS: Symbol not found for org.gradle.api.artifacts.ComponentMetadataSupplier>)
inline fun ERROR CLASS: Symbol not found for org.gradle.api.artifacts.repositories.MetadataSupplierAware.setMetadataSupplier(rule: KClass<out ERROR CLASS: Symbol not found for org.gradle.api.artifacts.ComponentMetadataSupplier>, configureAction: ERROR CLASS: Symbol not found for org.gradle.api.Action<in ERROR CLASS: Symbol not found for org.gradle.api.ActionConfiguration>)
inline fun ERROR CLASS: Symbol not found for org.gradle.api.artifacts.repositories.MetadataSupplierAware.setMetadataSupplier(rule: KClass<out ERROR CLASS: Symbol not found for org.gradle.api.artifacts.ComponentMetadataSupplier>, configureAction: ERROR CLASS: Symbol not found for org.gradle.api.Action<in ERROR CLASS: Symbol not found for org.gradle.api.ActionConfiguration>)

Kotlin extension function taking kotlin.reflect.KClass for org.gradle.api.artifacts.repositories.MetadataSupplierAware.setMetadataSupplier.

Link copied to clipboard
inline fun ERROR CLASS: Symbol not found for org.gradle.api.tasks.WriteProperties.setProperties(vararg properties: Pair<String, Any>)
inline fun ERROR CLASS: Symbol not found for org.gradle.api.tasks.WriteProperties.setProperties(vararg properties: Pair<String, Any>)

Kotlin extension function for org.gradle.api.tasks.WriteProperties.setProperties.

Link copied to clipboard
inline fun <T : Any> ERROR CLASS: Symbol not found for ObjectFactory.setProperty(): ERROR CLASS: Symbol not found for SetProperty<T>

Creates a SetProperty that holds values of the given type T.

inline fun <T : Any> ERROR CLASS: Symbol not found for org.gradle.api.model.ObjectFactory.setProperty(elementType: KClass<T>): ERROR CLASS: Symbol not found for org.gradle.api.provider.SetProperty<T>
inline fun <T : Any> ERROR CLASS: Symbol not found for org.gradle.api.model.ObjectFactory.setProperty(elementType: KClass<T>): ERROR CLASS: Symbol not found for org.gradle.api.provider.SetProperty<T>

Kotlin extension function taking kotlin.reflect.KClass for org.gradle.api.model.ObjectFactory.setProperty.

Link copied to clipboard
inline fun ERROR CLASS: Symbol not found for org.gradle.process.JavaForkOptions.setSystemProperties(vararg properties: Pair<String, Any>)
inline fun ERROR CLASS: Symbol not found for org.gradle.process.JavaForkOptions.setSystemProperties(vararg properties: Pair<String, Any>)

Kotlin extension function for org.gradle.process.JavaForkOptions.setSystemProperties.

Link copied to clipboard
operator fun ERROR CLASS: Symbol not found for ConfigurableFileCollection.setValue(receiver: Any?, property: KProperty<*>, value: Iterable<*>): ERROR CLASS: Unresolved name: setFrom

Property delegate for ConfigurableFileCollection instances.

operator fun <T : Any> ERROR CLASS: Symbol not found for Property<T>.setValue(receiver: Any?, property: KProperty<*>, value: T)

Property delegate for Property instances.

Link copied to clipboard
inline fun <T : ERROR CLASS: Symbol not found for org.gradle.workers.WorkParameters> ERROR CLASS: Symbol not found for org.gradle.workers.WorkQueue.submit(workActionClass: KClass<out ERROR CLASS: Symbol not found for org.gradle.workers.WorkAction<T>>, parameterAction: ERROR CLASS: Symbol not found for org.gradle.api.Action<in T>)
inline fun <T : ERROR CLASS: Symbol not found for org.gradle.workers.WorkParameters> ERROR CLASS: Symbol not found for org.gradle.workers.WorkQueue.submit(workActionClass: KClass<out ERROR CLASS: Symbol not found for org.gradle.workers.WorkAction<T>>, parameterAction: ERROR CLASS: Symbol not found for org.gradle.api.Action<in T>)

Kotlin extension function taking kotlin.reflect.KClass for org.gradle.workers.WorkQueue.submit.

Link copied to clipboard
inline fun ERROR CLASS: Symbol not found for org.gradle.api.tasks.JavaExec.systemProperties(vararg properties: Pair<String, Any>): ERROR CLASS: Symbol not found for org.gradle.api.tasks.JavaExec
inline fun ERROR CLASS: Symbol not found for org.gradle.api.tasks.JavaExec.systemProperties(vararg properties: Pair<String, Any>): ERROR CLASS: Symbol not found for org.gradle.api.tasks.JavaExec

Kotlin extension function for org.gradle.api.tasks.JavaExec.systemProperties.

inline fun ERROR CLASS: Symbol not found for org.gradle.api.tasks.testing.Test.systemProperties(vararg properties: Pair<String, Any>): ERROR CLASS: Symbol not found for org.gradle.api.tasks.testing.Test
inline fun ERROR CLASS: Symbol not found for org.gradle.api.tasks.testing.Test.systemProperties(vararg properties: Pair<String, Any>): ERROR CLASS: Symbol not found for org.gradle.api.tasks.testing.Test

Kotlin extension function for org.gradle.api.tasks.testing.Test.systemProperties.

inline fun ERROR CLASS: Symbol not found for org.gradle.process.JavaForkOptions.systemProperties(vararg properties: Pair<String, Any>): ERROR CLASS: Symbol not found for org.gradle.process.JavaForkOptions
inline fun ERROR CLASS: Symbol not found for org.gradle.process.JavaForkOptions.systemProperties(vararg properties: Pair<String, Any>): ERROR CLASS: Symbol not found for org.gradle.process.JavaForkOptions

Kotlin extension function for org.gradle.process.JavaForkOptions.systemProperties.

Link copied to clipboard
inline fun <type : ERROR CLASS: Symbol not found for Task> ERROR CLASS: Symbol not found for Project.task(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]

Creates a Task with the given name and type, and adds it to this project tasks container.

inline fun <type : ERROR CLASS: Symbol not found for Task> ERROR CLASS: Symbol not found for Project.task(name: String, noinline configuration: type.() -> Unit): ERROR CLASS: Ambiguity: task, [org/gradle/kotlin/dsl/task, org/gradle/kotlin/dsl/task, org/gradle/kotlin/dsl/task, org/gradle/kotlin/dsl/task]

Creates a Task with the given name and type, configures it with the given configuration action, and adds it to this project tasks container.

inline fun ERROR CLASS: Symbol not found for org.gradle.api.Project.task(name: String, vararg args: Pair<String, Any>): ERROR CLASS: Symbol not found for org.gradle.api.Task
inline fun ERROR CLASS: Symbol not found for org.gradle.api.Project.task(name: String, vararg args: Pair<String, Any>): ERROR CLASS: Symbol not found for org.gradle.api.Task

Kotlin extension function for org.gradle.api.Project.task.

fun <T : ERROR CLASS: Symbol not found for Task> ERROR CLASS: Symbol not found for Project.task(name: String, type: KClass<T>, configuration: T.() -> 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]
Link copied to clipboard
inline fun <T : Any> ERROR CLASS: Symbol not found for ExtensionAware.the(): T

Returns the extension of the specified type.

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

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

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

Returns the extension of the specified extensionType.

Link copied to clipboard
inline fun ERROR CLASS: Symbol not found for org.gradle.api.plugins.ObjectConfigurationAction.type(pluginClass: KClass<*>): ERROR CLASS: Symbol not found for org.gradle.api.plugins.ObjectConfigurationAction
inline fun ERROR CLASS: Symbol not found for org.gradle.api.plugins.ObjectConfigurationAction.type(pluginClass: KClass<*>): ERROR CLASS: Symbol not found for org.gradle.api.plugins.ObjectConfigurationAction

Kotlin extension function taking kotlin.reflect.KClass for org.gradle.api.plugins.ObjectConfigurationAction.type.

Link copied to clipboard
inline fun <T> typeOf(): ERROR CLASS: Symbol not found for TypeOf<T>

Creates an instance of TypeOf for the given parameterized type.

Link copied to clipboard
infix fun ERROR CLASS: Symbol not found for PluginDependencySpec.version(version: ERROR CLASS: Symbol not found for Provider<kotlin/String>): ERROR CLASS: Symbol not found for PluginDependencySpec
infix fun ERROR CLASS: Symbol not found for PluginDependencySpec.version(version: String?): ERROR CLASS: Symbol not found for PluginDependencySpec

Specify the version of the plugin to depend on.

Link copied to clipboard
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>.whenElementFinalized(type: KClass<S>, action: ERROR CLASS: Symbol not found for org.gradle.api.Action<in S>)
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>.whenElementFinalized(type: KClass<S>, action: ERROR CLASS: Symbol not found for org.gradle.api.Action<in S>)

Kotlin extension function taking kotlin.reflect.KClass for org.gradle.language.BinaryCollection.whenElementFinalized.

Link copied to clipboard
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>.whenElementKnown(type: KClass<S>, action: ERROR CLASS: Symbol not found for org.gradle.api.Action<in S>)
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>.whenElementKnown(type: KClass<S>, action: ERROR CLASS: Symbol not found for org.gradle.api.Action<in S>)

Kotlin extension function taking kotlin.reflect.KClass for org.gradle.language.BinaryCollection.whenElementKnown.

Link copied to clipboard
inline fun ERROR CLASS: Symbol not found for org.gradle.api.artifacts.query.ArtifactResolutionQuery.withArtifacts(componentType: KClass<out ERROR CLASS: Symbol not found for org.gradle.api.component.Component>, artifactTypes: Collection<KClass<out ERROR CLASS: Symbol not found for org.gradle.api.component.Artifact>>): ERROR CLASS: Symbol not found for org.gradle.api.artifacts.query.ArtifactResolutionQuery
inline fun ERROR CLASS: Symbol not found for org.gradle.api.artifacts.query.ArtifactResolutionQuery.withArtifacts(componentType: KClass<out ERROR CLASS: Symbol not found for org.gradle.api.component.Component>, artifactTypes: Collection<KClass<out ERROR CLASS: Symbol not found for org.gradle.api.component.Artifact>>): ERROR CLASS: Symbol not found for org.gradle.api.artifacts.query.ArtifactResolutionQuery
inline fun ERROR CLASS: Symbol not found for org.gradle.api.artifacts.query.ArtifactResolutionQuery.withArtifacts(componentType: KClass<out ERROR CLASS: Symbol not found for org.gradle.api.component.Component>, vararg artifactTypes: KClass<out ERROR CLASS: Symbol not found for org.gradle.api.component.Artifact>): ERROR CLASS: Symbol not found for org.gradle.api.artifacts.query.ArtifactResolutionQuery
inline fun ERROR CLASS: Symbol not found for org.gradle.api.artifacts.query.ArtifactResolutionQuery.withArtifacts(componentType: KClass<out ERROR CLASS: Symbol not found for org.gradle.api.component.Component>, vararg artifactTypes: KClass<out ERROR CLASS: Symbol not found for org.gradle.api.component.Artifact>): ERROR CLASS: Symbol not found for org.gradle.api.artifacts.query.ArtifactResolutionQuery

Kotlin extension function taking kotlin.reflect.KClass for org.gradle.api.artifacts.query.ArtifactResolutionQuery.withArtifacts.

Link copied to clipboard
inline fun <T> Any.withGroovyBuilder(builder: GroovyBuilderScope.() -> T): T

Executes the given builder against this object's GroovyBuilderScope.

Link copied to clipboard
inline fun <T : ERROR CLASS: Symbol not found for ComponentMetadataRule> ERROR CLASS: Symbol not found for ComponentMetadataHandler.withModule(id: Any): ERROR CLASS: Symbol not found for ComponentMetadataHandler
inline fun <T : ERROR CLASS: Symbol not found for ComponentMetadataRule> ERROR CLASS: Symbol not found for ComponentMetadataHandler.withModule(id: Any, configureAction: ERROR CLASS: Symbol not found for Action<in ERROR CLASS: Symbol not found for ActionConfiguration>): ERROR CLASS: Symbol not found for ComponentMetadataHandler

Adds a class based rule that may modify the metadata of any resolved software component belonging to the specified module.

inline fun ERROR CLASS: Symbol not found for org.gradle.api.artifacts.dsl.ComponentMetadataHandler.withModule(id: Any, rule: KClass<out ERROR CLASS: Symbol not found for org.gradle.api.artifacts.ComponentMetadataRule>): ERROR CLASS: Symbol not found for org.gradle.api.artifacts.dsl.ComponentMetadataHandler
inline fun ERROR CLASS: Symbol not found for org.gradle.api.artifacts.dsl.ComponentMetadataHandler.withModule(id: Any, rule: KClass<out ERROR CLASS: Symbol not found for org.gradle.api.artifacts.ComponentMetadataRule>): ERROR CLASS: Symbol not found for org.gradle.api.artifacts.dsl.ComponentMetadataHandler
inline fun ERROR CLASS: Symbol not found for org.gradle.api.artifacts.dsl.ComponentMetadataHandler.withModule(id: Any, rule: KClass<out ERROR CLASS: Symbol not found for org.gradle.api.artifacts.ComponentMetadataRule>, configureAction: ERROR CLASS: Symbol not found for org.gradle.api.Action<in ERROR CLASS: Symbol not found for org.gradle.api.ActionConfiguration>): ERROR CLASS: Symbol not found for org.gradle.api.artifacts.dsl.ComponentMetadataHandler
inline fun ERROR CLASS: Symbol not found for org.gradle.api.artifacts.dsl.ComponentMetadataHandler.withModule(id: Any, rule: KClass<out ERROR CLASS: Symbol not found for org.gradle.api.artifacts.ComponentMetadataRule>, configureAction: ERROR CLASS: Symbol not found for org.gradle.api.Action<in ERROR CLASS: Symbol not found for org.gradle.api.ActionConfiguration>): ERROR CLASS: Symbol not found for org.gradle.api.artifacts.dsl.ComponentMetadataHandler

Kotlin extension function taking kotlin.reflect.KClass for org.gradle.api.artifacts.dsl.ComponentMetadataHandler.withModule.

Link copied to clipboard
inline fun ERROR CLASS: Symbol not found for org.gradle.api.tasks.TaskInputFilePropertyBuilder.withNormalizer(normalizer: KClass<out ERROR CLASS: Symbol not found for org.gradle.api.tasks.FileNormalizer>): ERROR CLASS: Symbol not found for org.gradle.api.tasks.TaskInputFilePropertyBuilder
inline fun ERROR CLASS: Symbol not found for org.gradle.api.tasks.TaskInputFilePropertyBuilder.withNormalizer(normalizer: KClass<out ERROR CLASS: Symbol not found for org.gradle.api.tasks.FileNormalizer>): ERROR CLASS: Symbol not found for org.gradle.api.tasks.TaskInputFilePropertyBuilder

Kotlin extension function taking kotlin.reflect.KClass for org.gradle.api.tasks.TaskInputFilePropertyBuilder.withNormalizer.

Link copied to clipboard
inline fun <S : Any> ERROR CLASS: Symbol not found for DomainObjectCollection<in S>.withType(): ERROR CLASS: Ambiguity: withType, [org/gradle/kotlin/dsl/withType, org/gradle/kotlin/dsl/withType, org/gradle/kotlin/dsl/withType, org/gradle/kotlin/dsl/withType, org/gradle/kotlin/dsl/withType, org/gradle/kotlin/dsl/withType, org/gradle/kotlin/dsl/withType, org/gradle/kotlin/dsl/withType, org/gradle/kotlin/dsl/withType, org/gradle/kotlin/dsl/withType, org/gradle/kotlin/dsl/withType, org/gradle/kotlin/dsl/withType, org/gradle/kotlin/dsl/withType, org/gradle/kotlin/dsl/withType, org/gradle/kotlin/dsl/withType, org/gradle/kotlin/dsl/withType, org/gradle/kotlin/dsl/withType, org/gradle/kotlin/dsl/withType, org/gradle/kotlin/dsl/withType, org/gradle/kotlin/dsl/withType, org/gradle/kotlin/dsl/withType, org/gradle/kotlin/dsl/withType]
inline fun <S : Any> ERROR CLASS: Symbol not found for NamedDomainObjectCollection<in S>.withType(): ERROR CLASS: Symbol not found for NamedDomainObjectCollection<S>
inline fun <S : ERROR CLASS: Symbol not found for Task> ERROR CLASS: Symbol not found for TaskCollection<in S>.withType(): ERROR CLASS: Symbol not found for TaskCollection<S>

Returns a collection containing the objects in this collection of the given type. The returned collection is live, so that when matching objects are later added to this collection, they are also visible in the filtered collection.

inline fun <S : Any> ERROR CLASS: Symbol not found for DomainObjectCollection<in S>.withType(noinline configuration: S.() -> Unit): ERROR CLASS: Ambiguity: withType, [org/gradle/kotlin/dsl/withType, org/gradle/kotlin/dsl/withType, org/gradle/kotlin/dsl/withType, org/gradle/kotlin/dsl/withType]

Returns a collection containing the objects in this collection of the given type. Equivalent to calling withType(type).all(configureAction).

inline fun <S : T, T : Any> ERROR CLASS: Symbol not found for org.gradle.api.DomainObjectCollection<T>.withType(type: KClass<S>): ERROR CLASS: Symbol not found for org.gradle.api.DomainObjectCollection<S>
inline fun <S : T, T : Any> ERROR CLASS: Symbol not found for org.gradle.api.DomainObjectCollection<T>.withType(type: KClass<S>): ERROR CLASS: Symbol not found for org.gradle.api.DomainObjectCollection<S>
inline fun <S : T, T : Any> ERROR CLASS: Symbol not found for org.gradle.api.DomainObjectCollection<T>.withType(type: KClass<S>, configureAction: ERROR CLASS: Symbol not found for org.gradle.api.Action<in S>): ERROR CLASS: Symbol not found for org.gradle.api.DomainObjectCollection<S>
inline fun <S : T, T : Any> ERROR CLASS: Symbol not found for org.gradle.api.DomainObjectCollection<T>.withType(type: KClass<S>, configureAction: ERROR CLASS: Symbol not found for org.gradle.api.Action<in S>): ERROR CLASS: Symbol not found for org.gradle.api.DomainObjectCollection<S>

Kotlin extension function taking kotlin.reflect.KClass for org.gradle.api.DomainObjectCollection.withType.

inline fun <S : T, T : Any> ERROR CLASS: Symbol not found for org.gradle.api.DomainObjectSet<T>.withType(type: KClass<S>): ERROR CLASS: Symbol not found for org.gradle.api.DomainObjectSet<S>
inline fun <S : T, T : Any> ERROR CLASS: Symbol not found for org.gradle.api.DomainObjectSet<T>.withType(type: KClass<S>): ERROR CLASS: Symbol not found for org.gradle.api.DomainObjectSet<S>

Kotlin extension function taking kotlin.reflect.KClass for org.gradle.api.DomainObjectSet.withType.

inline fun <S : T, T : Any> ERROR CLASS: Symbol not found for org.gradle.api.NamedDomainObjectCollection<T>.withType(type: KClass<S>): ERROR CLASS: Symbol not found for org.gradle.api.NamedDomainObjectCollection<S>
inline fun <S : T, T : Any> ERROR CLASS: Symbol not found for org.gradle.api.NamedDomainObjectCollection<T>.withType(type: KClass<S>): ERROR CLASS: Symbol not found for org.gradle.api.NamedDomainObjectCollection<S>

Kotlin extension function taking kotlin.reflect.KClass for org.gradle.api.NamedDomainObjectCollection.withType.

inline fun <S : T, T : Any> ERROR CLASS: Symbol not found for org.gradle.api.NamedDomainObjectList<T>.withType(type: KClass<S>): ERROR CLASS: Symbol not found for org.gradle.api.NamedDomainObjectList<S>
inline fun <S : T, T : Any> ERROR CLASS: Symbol not found for org.gradle.api.NamedDomainObjectList<T>.withType(type: KClass<S>): ERROR CLASS: Symbol not found for org.gradle.api.NamedDomainObjectList<S>

Kotlin extension function taking kotlin.reflect.KClass for org.gradle.api.NamedDomainObjectList.withType.

inline fun <S : T, T : Any> ERROR CLASS: Symbol not found for org.gradle.api.NamedDomainObjectSet<T>.withType(type: KClass<S>): ERROR CLASS: Symbol not found for org.gradle.api.NamedDomainObjectSet<S>
inline fun <S : T, T : Any> ERROR CLASS: Symbol not found for org.gradle.api.NamedDomainObjectSet<T>.withType(type: KClass<S>): ERROR CLASS: Symbol not found for org.gradle.api.NamedDomainObjectSet<S>

Kotlin extension function taking kotlin.reflect.KClass for org.gradle.api.NamedDomainObjectSet.withType.

inline fun <S : T, T : ERROR CLASS: Symbol not found for org.gradle.api.Plugin<*>> ERROR CLASS: Symbol not found for org.gradle.api.plugins.PluginCollection<T>.withType(type: KClass<S>): ERROR CLASS: Symbol not found for org.gradle.api.plugins.PluginCollection<S>
inline fun <S : T, T : ERROR CLASS: Symbol not found for org.gradle.api.Plugin<*>> ERROR CLASS: Symbol not found for org.gradle.api.plugins.PluginCollection<T>.withType(type: KClass<S>): ERROR CLASS: Symbol not found for org.gradle.api.plugins.PluginCollection<S>

Kotlin extension function taking kotlin.reflect.KClass for org.gradle.api.plugins.PluginCollection.withType.

inline fun <S : T, T : ERROR CLASS: Symbol not found for org.gradle.api.Task> ERROR CLASS: Symbol not found for org.gradle.api.tasks.TaskCollection<T>.withType(type: KClass<S>): ERROR CLASS: Symbol not found for org.gradle.api.tasks.TaskCollection<S>
inline fun <S : T, T : ERROR CLASS: Symbol not found for org.gradle.api.Task> ERROR CLASS: Symbol not found for org.gradle.api.tasks.TaskCollection<T>.withType(type: KClass<S>): ERROR CLASS: Symbol not found for org.gradle.api.tasks.TaskCollection<S>

Kotlin extension function taking kotlin.reflect.KClass for org.gradle.api.tasks.TaskCollection.withType.

inline fun <S : Any, T : Any> ERROR CLASS: Symbol not found for org.gradle.model.ModelMap<T>.withType(type: KClass<S>): ERROR CLASS: Symbol not found for org.gradle.model.ModelMap<S>
inline fun <S : Any, T : Any> ERROR CLASS: Symbol not found for org.gradle.model.ModelMap<T>.withType(type: KClass<S>): ERROR CLASS: Symbol not found for org.gradle.model.ModelMap<S>
inline fun <S : Any, T : Any> ERROR CLASS: Symbol not found for org.gradle.model.ModelMap<T>.withType(type: KClass<S>, configAction: ERROR CLASS: Symbol not found for org.gradle.api.Action<in S>)
inline fun <S : Any, T : Any> ERROR CLASS: Symbol not found for org.gradle.model.ModelMap<T>.withType(type: KClass<S>, configAction: ERROR CLASS: Symbol not found for org.gradle.api.Action<in S>)
inline fun <S : Any, T : Any> ERROR CLASS: Symbol not found for org.gradle.model.ModelMap<T>.withType(type: KClass<S>, rules: KClass<out ERROR CLASS: Symbol not found for org.gradle.model.RuleSource>)
inline fun <S : Any, T : Any> ERROR CLASS: Symbol not found for org.gradle.model.ModelMap<T>.withType(type: KClass<S>, rules: KClass<out ERROR CLASS: Symbol not found for org.gradle.model.RuleSource>)

Kotlin extension function taking kotlin.reflect.KClass for org.gradle.model.ModelMap.withType.