[Gradle] Implement internal intransitiveMetadataConfiguration

- Implemented additional intransitiveMetadataConfiguration to support
dependencies that shall not be added transitively to dependsOn edges
This commit is contained in:
sebastian.sellmair
2021-04-08 11:48:00 +02:00
parent 4e40bd6371
commit 2aeb08e245
9 changed files with 34 additions and 10 deletions
@@ -47,4 +47,4 @@ interface KotlinSourceSet : Named, HasKotlinDependencies {
fun requiresVisibilityOf(other: KotlinSourceSet)
fun addCustomSourceFilesExtensions(extensions: List<String>) {}
}
}