Package 

Class IdeBinaryDependencyResolver.ArtifactResolutionStrategy.PlatformLikeSourceSet

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • IdeBinaryDependencyResolver.ArtifactResolutionStrategy.PlatformLikeSourceSet

        IdeBinaryDependencyResolver.ArtifactResolutionStrategy.PlatformLikeSourceSet(Function2<AttributeContainer, KotlinSourceSet, Unit> setupPlatformResolutionAttributes, Function2<AttributeContainer, KotlinSourceSet, Unit> setupArtifactViewAttributes, Function1<ComponentIdentifier, Boolean> componentFilter)
        Parameters:
        setupPlatformResolutionAttributes - : Attributes describing how to resolve platform artifacts in general.
        setupArtifactViewAttributes - : Additional attributes that will be used to create an ArtifactView for resolving the dependencies
    • Method Detail