Package 

Class KotlinSoftwareComponentWithCoordinatesAndPublication

  • All Implemented Interfaces:
    org.gradle.api.Named , org.gradle.api.component.ComponentWithCoordinates , org.gradle.api.component.ComponentWithVariants , org.gradle.api.component.SoftwareComponent , org.gradle.api.internal.component.SoftwareComponentInternal

    
    public final class KotlinSoftwareComponentWithCoordinatesAndPublication
    extends KotlinSoftwareComponent implements ComponentWithCoordinates
                        
    • 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
      ModuleVersionIdentifier getCoordinates()
      • Methods inherited from class org.jetbrains.kotlin.gradle.plugin.mpp.KotlinSoftwareComponent

        getName, getPublicationDelegate, getSourcesArtifacts, getUsages, getVariants, setPublicationDelegate
      • Methods inherited from class java.lang.Object

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

      • KotlinSoftwareComponentWithCoordinatesAndPublication

        KotlinSoftwareComponentWithCoordinatesAndPublication(Project project, String name, Iterable<KotlinTarget> kotlinTargets)