-
- All Implemented Interfaces:
public class IdeBinaryDependencyResolver.ArtifactResolutionStrategy
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classIdeBinaryDependencyResolver.ArtifactResolutionStrategy.CompilationResolve the artifacts from a KotlinSourceSet using its KotlinCompilation.compileDependencyConfigurationName, which already knows how to resolve platform artifacts.
public final classIdeBinaryDependencyResolver.ArtifactResolutionStrategy.ResolvableConfigurationResolve the artifacts from a KotlinSourceSet using the configuration returned by configurationSelector.
public final classIdeBinaryDependencyResolver.ArtifactResolutionStrategy.PlatformLikeSourceSetCapable of resolving artifacts from a plain GradleKpmFragment which does not have to implement GradleKpmVariant. Such fragments are called 'platform-like', since they still resolve the linkable platform dependencies.
-