Package 

Class KotlinVariantWithCoordinates

  • All Implemented Interfaces:
    org.gradle.api.Named , org.gradle.api.component.ComponentWithCoordinates , org.gradle.api.component.SoftwareComponent , org.gradle.api.internal.component.SoftwareComponentInternal , org.jetbrains.kotlin.gradle.plugin.KotlinTargetComponent , org.jetbrains.kotlin.gradle.plugin.mpp.KotlinTargetComponentWithCoordinatesAndPublication , org.jetbrains.kotlin.gradle.plugin.mpp.KotlinTargetComponentWithPublication

    
    public class KotlinVariantWithCoordinates
    extends KotlinVariant implements KotlinTargetComponentWithCoordinatesAndPublication
                        
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      • Methods inherited from class org.jetbrains.kotlin.gradle.plugin.mpp.KotlinVariant

        getArtifactTargetName, getComponentName, getDefaultArtifactId, getName, getProducingCompilation, getPublicationDelegate, getPublishable, getPublishableOnCurrentHost, getSourcesArtifacts, getTarget, getUsages, setArtifactTargetName, setComponentName, setPublicationDelegate, setPublishable
      • Methods inherited from class org.jetbrains.kotlin.gradle.plugin.mpp.KotlinTargetComponentWithCoordinatesAndPublication

        getCoordinates
      • Methods inherited from class java.lang.Object

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

      • KotlinVariantWithCoordinates

        KotlinVariantWithCoordinates(KotlinCompilation<?> producingCompilation, Set<DefaultKotlinUsageContext> usages)
    • Method Detail