-
- All Implemented Interfaces:
-
org.gradle.api.Named,org.gradle.api.attributes.HasAttributes,org.jetbrains.kotlin.gradle.plugin.KotlinTarget,org.jetbrains.kotlin.gradle.plugin.mpp.InternalKotlinTarget
public abstract class KotlinMetadataTarget extends KotlinOnlyTarget<KotlinCompilation<?>>
-
-
Field Summary
Fields Modifier and Type Field Description private final StringartifactsTaskNameprivate final Set<KotlinTargetComponent>kotlinComponentsprivate final NamedDomainObjectContainer<KotlinCompilation<?>>compilationsprivate final StringtargetNameprivate final StringdisambiguationClassifierprivate final KotlinPlatformTypeplatformTypeprivate final StringdefaultConfigurationNameprivate final BooleanuseDisambiguationClassifierAsSourceSetNamePrefixprivate final StringoverrideDisambiguationClassifierOnIdeImportprivate final StringapiElementsConfigurationNameprivate final StringruntimeElementsConfigurationNameprivate final StringsourcesElementsConfigurationNameprivate final Booleanpublishableprivate final Set<SoftwareComponent>componentsprivate final KotlinTargetPreset<out KotlinTarget>presetprivate final Projectproject
-
Constructor Summary
Constructors Constructor Description KotlinMetadataTarget(Project project)
-
Method Summary
Modifier and Type Method Description StringgetArtifactsTaskName()Set<KotlinTargetComponent>getKotlinComponents()-
Methods inherited from class org.jetbrains.kotlin.gradle.plugin.mpp.KotlinOnlyTarget
getCompilations, getDisambiguationClassifier, getPlatformType, getTargetName -
Methods inherited from class org.jetbrains.kotlin.gradle.plugin.mpp.AbstractKotlinTarget
getApiElementsConfigurationName, getAttributes, getComponents, getDefaultConfigurationName, getOverrideDisambiguationClassifierOnIdeImport, getPreset, getProject, getPublishable, getRuntimeElementsConfigurationName, getSourcesElementsConfigurationName, getUseDisambiguationClassifierAsSourceSetNamePrefix, mavenPublication, onPublicationCreated, toString -
Methods inherited from class org.jetbrains.kotlin.gradle.plugin.KotlinTarget
attributes, attributes, getName, mavenPublication -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getArtifactsTaskName
String getArtifactsTaskName()
-
getKotlinComponents
Set<KotlinTargetComponent> getKotlinComponents()
-
-
-
-