[Gradle][MPP] Remove duplicated dependencyProjectStructureMetadata input

This input is now tracked in the new `ChooseVisibleSourceSetProjection`

KT-50952
This commit is contained in:
sebastian.sellmair
2022-01-26 11:24:07 +01:00
committed by Space
parent af61ea9cb7
commit 84caad7ba2
@@ -124,11 +124,6 @@ internal open class CInteropMetadataDependencyTransformationTask @Inject constru
protected val chooseVisibleSourceSetsProjection
get() = chooseVisibleSourceSets.map(::ChooseVisibleSourceSetProjection).toSet()
@Suppress("unused")
@get:Input
protected val dependencyProjectStructureMetadata
get() = chooseVisibleSourceSets.map { it.projectStructureMetadata }
@get:Internal
val outputLibraryFiles = outputFilesProvider {
outputDirectory.walkTopDown().maxDepth(2).filter { it.isFile && it.extension == KLIB_FILE_EXTENSION }.toList()