-
- All Implemented Interfaces:
-
org.gradle.api.Named,org.gradle.api.attributes.HasAttributes,org.jetbrains.kotlin.gradle.plugin.KotlinTarget
public interface KotlinWasmSubTargetContainerDsl implements KotlinTarget
-
-
Method Summary
Modifier and Type Method Description abstract UnitwhenD8Configured(Function1<KotlinWasmD8Dsl, Unit> body)abstract UnitwhenBinaryenApplied(Function1<Function1<BinaryenExec, Unit>, Unit> body)abstract KotlinWasmD8DslgetD8()abstract BooleangetIsD8Configured()abstract StringgetApiElementsConfigurationName()abstract StringgetArtifactsTaskName()abstract NamedDomainObjectContainer<out KotlinCompilation<KotlinCommonOptions>>getCompilations()abstract Set<SoftwareComponent>getComponents()abstract StringgetDefaultConfigurationName()StringgetDisambiguationClassifier()abstract StringgetOverrideDisambiguationClassifierOnIdeImport()abstract KotlinPlatformTypegetPlatformType()abstract KotlinTargetPreset<out KotlinTarget>getPreset()abstract ProjectgetProject()abstract BooleangetPublishable()abstract StringgetRuntimeElementsConfigurationName()abstract StringgetTargetName()abstract BooleangetUseDisambiguationClassifierAsSourceSetNamePrefix()-
Methods inherited from class org.jetbrains.kotlin.gradle.targets.js.dsl.KotlinWasmSubTargetContainerDsl
attributes, attributes, getName, mavenPublication, mavenPublication -
Methods inherited from class org.jetbrains.kotlin.gradle.plugin.KotlinTarget
getAttributes -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
whenD8Configured
abstract Unit whenD8Configured(Function1<KotlinWasmD8Dsl, Unit> body)
-
whenBinaryenApplied
abstract Unit whenBinaryenApplied(Function1<Function1<BinaryenExec, Unit>, Unit> body)
-
getD8
abstract KotlinWasmD8Dsl getD8()
-
getIsD8Configured
abstract Boolean getIsD8Configured()
-
getApiElementsConfigurationName
abstract String getApiElementsConfigurationName()
-
getArtifactsTaskName
abstract String getArtifactsTaskName()
-
getCompilations
abstract NamedDomainObjectContainer<out KotlinCompilation<KotlinCommonOptions>> getCompilations()
-
getComponents
abstract Set<SoftwareComponent> getComponents()
-
getDefaultConfigurationName
abstract String getDefaultConfigurationName()
-
getDisambiguationClassifier
String getDisambiguationClassifier()
-
getOverrideDisambiguationClassifierOnIdeImport
abstract String getOverrideDisambiguationClassifierOnIdeImport()
-
getPlatformType
abstract KotlinPlatformType getPlatformType()
-
getPreset
abstract KotlinTargetPreset<out KotlinTarget> getPreset()
-
getProject
abstract Project getProject()
-
getPublishable
abstract Boolean getPublishable()
-
getRuntimeElementsConfigurationName
abstract String getRuntimeElementsConfigurationName()
-
getTargetName
abstract String getTargetName()
-
getUseDisambiguationClassifierAsSourceSetNamePrefix
abstract Boolean getUseDisambiguationClassifierAsSourceSetNamePrefix()
-
-
-
-