Package 

Class IdeaKotlinPlatformDependencyResolver

  • All Implemented Interfaces:
    org.jetbrains.kotlin.gradle.kpm.idea.IdeaKotlinDependencyResolver

    
    public final class IdeaKotlinPlatformDependencyResolver
     implements IdeaKotlinDependencyResolver
                        

    Resolves 'platform' binary dependencies for a given variant or fragment. 'platform' binaries refer to actually linkable/executable artifacts (like .class files bundled as jar, or linkable native klibs) This resolver is capable of resolving those artifacts even for non-variant "platform-like" fragments. It will then use the KotlinGradleFragment.transitiveApiConfiguration and KotlinGradleFragment.transitiveImplementationConfiguratione's to resolve those binaries. See IdeaKotlinPlatformDependencyResolver.ArtifactResolution.PlatformFragment