fixup! fixup! [MPP] Fix dependencies of a platform compilation source set

This commit is contained in:
Pavel Kirpichenkov
2022-05-19 19:56:24 +03:00
committed by Space
parent 4d023e873d
commit 023def9d25
@@ -403,7 +403,7 @@ class KotlinMetadataTargetConfigurator :
}
/** Ensure that the [configuration] excludes the dependencies that are classified by this [GranularMetadataTransformation] as
* [MetadataDependencyResolution.ExcludeAsUnrequested], and uses exactly the same versions as were resolved for the requested
* [MetadataDependencyResolution.Exclude], and uses exactly the same versions as were resolved for the requested
* dependencies during the transformation. */
private fun GranularMetadataTransformation.applyToConfiguration(configuration: Configuration) {
// Run this action immediately before the configuration first takes part in dependency resolution: