-
- All Implemented Interfaces:
public final class IdeaKotlinPlatformDependencyResolver.ArtifactResolution.Variant extends IdeaKotlinPlatformDependencyResolver.ArtifactResolution
Resolve the artifacts from a KotlinGradleVariant using its KotlinGradleVariant.compileDependenciesConfiguration, which already knows how to resolve platform artifacts.
-
-
Constructor Summary
Constructors Constructor Description IdeaKotlinPlatformDependencyResolver.ArtifactResolution.Variant(KotlinGradleFragmentConfigurationAttributes<KotlinGradleFragment> artifactViewAttributes)
-
Method Summary
Modifier and Type Method Description -
-
Constructor Detail
-
IdeaKotlinPlatformDependencyResolver.ArtifactResolution.Variant
IdeaKotlinPlatformDependencyResolver.ArtifactResolution.Variant(KotlinGradleFragmentConfigurationAttributes<KotlinGradleFragment> artifactViewAttributes)
- Parameters:
artifactViewAttributes
- : Additional attributes that will be used to create an ArtifactView for resolving the dependencies.
-
-
-
-