-
- 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 BooleanisD8Configured()-
Methods inherited from class org.jetbrains.kotlin.gradle.plugin.KotlinTarget
attributes, attributes, getApiElementsConfigurationName, getArtifactsTaskName, getCompilations, getComponents, getDefaultConfigurationName, getDisambiguationClassifier, getName, getOverrideDisambiguationClassifierOnIdeImport, getPlatformType, getPreset, getProject, getPublishable, getRuntimeElementsConfigurationName, getTargetName, getUseDisambiguationClassifierAsSourceSetNamePrefix, mavenPublication, mavenPublication -
Methods inherited from class org.gradle.api.attributes.HasAttributes
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()
-
isD8Configured
abstract Boolean isD8Configured()
-
-
-
-