runtimeOnly
Adds a runtimeOnly
module dependency to this entity.
Return
The module dependency, or null
if dependencyNotation is a provider.
Parameters
dependencyNotation
The module dependency notation, as per DependencyHandler.create.
See also
abstract fun runtimeOnly(dependencyNotation: String, configure: ExternalModuleDependency.() -> Unit): ExternalModuleDependency
open fun runtimeOnly(dependencyNotation: String, configure: Action<ExternalModuleDependency>): ExternalModuleDependency
Adds a runtimeOnly
module dependency to this entity.
Return
The module dependency, or null
if dependencyNotation is a provider.
Parameters
dependencyNotation
The module dependency notation, as per DependencyHandler.create.
configure
Additional configuration for the created module dependency.
See also
Adds a runtimeOnly
dependency to this entity.
Return
The added dependency.
Parameters
dependency
The dependency to add.
configure
Additional configuration for the dependency.