[Gradle][MPP] Remove duplicated dependencyProjectStructureMetadata input
This input is now tracked in the new `ChooseVisibleSourceSetProjection` KT-50952
This commit is contained in:
committed by
Space
parent
af61ea9cb7
commit
84caad7ba2
-5
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user