-
- All Implemented Interfaces:
public final class IdeaKotlinPlatformDependencyResolutionDslHandle
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classIdeaKotlinPlatformDependencyResolutionDslHandle.ArtifactViewDslHandle
-
Field Summary
Fields Modifier and Type Field Description private KotlinGradleFragmentConfigurationAttributes<KotlinGradleFragment>platformResolutionAttributes
-
Method Summary
Modifier and Type Method Description final KotlinGradleFragmentConfigurationAttributes<KotlinGradleFragment>getPlatformResolutionAttributes()final UnitsetPlatformResolutionAttributes(KotlinGradleFragmentConfigurationAttributes<KotlinGradleFragment> platformResolutionAttributes)final UnitwithConstraint(IdeaKotlinProjectModelBuilder.FragmentConstraint constraint, Function1<IdeaKotlinPlatformDependencyResolutionDslHandle, Unit> configure)final UnitwithPlatformResolutionAttributes(Function1<KotlinGradleFragmentConfigurationAttributesContext<KotlinGradleFragment>, Unit> setAttributes)final UnitartifactView(String binaryType, Function1<IdeaKotlinPlatformDependencyResolutionDslHandle.ArtifactViewDslHandle, Unit> configure)final UnitadditionalDependencies(Function1<KotlinGradleFragment, List<IdeaKotlinDependency>> dependencyProvider)-
-
Method Detail
-
getPlatformResolutionAttributes
final KotlinGradleFragmentConfigurationAttributes<KotlinGradleFragment> getPlatformResolutionAttributes()
-
setPlatformResolutionAttributes
final Unit setPlatformResolutionAttributes(KotlinGradleFragmentConfigurationAttributes<KotlinGradleFragment> platformResolutionAttributes)
-
withConstraint
final Unit withConstraint(IdeaKotlinProjectModelBuilder.FragmentConstraint constraint, Function1<IdeaKotlinPlatformDependencyResolutionDslHandle, Unit> configure)
-
withPlatformResolutionAttributes
final Unit withPlatformResolutionAttributes(Function1<KotlinGradleFragmentConfigurationAttributesContext<KotlinGradleFragment>, Unit> setAttributes)
-
artifactView
final Unit artifactView(String binaryType, Function1<IdeaKotlinPlatformDependencyResolutionDslHandle.ArtifactViewDslHandle, Unit> configure)
-
additionalDependencies
final Unit additionalDependencies(Function1<KotlinGradleFragment, List<IdeaKotlinDependency>> dependencyProvider)
-
-
-
-