-
- All Implemented Interfaces:
-
org.gradle.api.Named,org.gradle.api.attributes.HasAttributes,org.jetbrains.kotlin.gradle.plugin.KotlinTarget
public abstract class KotlinTargetWithBinaries<T extends KotlinCompilation<?>, R extends DomainObjectSet<?>> extends KotlinOnlyTarget<T>
-
-
Field Summary
Fields Modifier and Type Field Description private final Rbinariesprivate final NamedDomainObjectContainer<T>compilationsprivate final StringtargetNameprivate final StringdisambiguationClassifierprivate final KotlinPlatformTypeplatformTypeprivate final StringdefaultConfigurationNameprivate final BooleanuseDisambiguationClassifierAsSourceSetNamePrefixprivate final StringoverrideDisambiguationClassifierOnIdeImportprivate final StringapiElementsConfigurationNameprivate final StringruntimeElementsConfigurationNameprivate final StringartifactsTaskNameprivate final Booleanpublishableprivate final Set<SoftwareComponent>componentsprivate final KotlinTargetPreset<out KotlinTarget>presetprivate final Projectproject
-
Constructor Summary
Constructors Constructor Description KotlinTargetWithBinaries(Project project, KotlinPlatformType platformType)
-
Method Summary
Modifier and Type Method Description abstract RgetBinaries()final Unitbinaries(Function1<R, Unit> configure)final Unitbinaries(Action<R> configure)-
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, getArtifactsTaskName, getAttributes, getComponents, getDefaultConfigurationName, getOverrideDisambiguationClassifierOnIdeImport, getPreset, getProject, getPublishable, getRuntimeElementsConfigurationName, getUseDisambiguationClassifierAsSourceSetNamePrefix, mavenPublication, 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
-
-