[Gradle] IdeProjectToProjectCInteropDependencyResolver: Ensure lenient resolution

^KT-56285 Verification Pending
This commit is contained in:
Sebastian Sellmair
2023-01-30 11:44:26 +01:00
committed by Space Team
parent 2f876a2094
commit ace1bc76a1
@@ -28,6 +28,7 @@ internal object IdeProjectToProjectCInteropDependencyResolver : IdeDependencyRes
val configuration = project.locateOrCreateCInteropDependencyConfiguration(compilation)
val cinteropFiles = configuration.incoming.artifactView {
it.isLenient = true
it.componentFilter { identifier -> identifier is ProjectComponentIdentifier }
}.files