fun artifacts(buildType: BuildType, init: ArtifactDependency.() -> Unit): Unit
Adds an artifact dependency on the specified buildType
buildType
- buildType to depend on
init
- function to initialize the artifact dependency
fun artifacts(buildTypeExtId: String, init: ArtifactDependency.() -> Unit): Unit
Adds an artifact dependency on the buildType with the specified id