HasKotlinDependencies
interface 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.