[Gradle] IdeProjectToProjectCInteropDependencyResolver: Ensure lenient resolution
^KT-56285 Verification Pending
This commit is contained in:
committed by
Space Team
parent
2f876a2094
commit
ace1bc76a1
+1
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user