HasKotlinDependencies

Contains all the configurable Kotlin dependencies for a Kotlin DSL entity, like an instance of KotlinSourceSet.

Inheritors

Properties

Link copied to clipboard

The name of the Gradle Configuration that contains api dependencies.

Link copied to clipboard

The name of the Gradle Configuration containing compileOnly dependencies.

Link copied to clipboard

The name of the Gradle Configuration that contains implementation dependencies.

Link copied to clipboard

The name of the Gradle Configuration containing runtimeOnly dependencies.

Functions

Link copied to clipboard
abstract fun dependencies(configure: KotlinDependencyHandler.() -> Unit)
abstract fun dependencies(configure: Action<KotlinDependencyHandler>)

Configures all dependencies for this entity.