Package 

Interface KotlinWasmSubTargetContainerDsl

  • All Implemented Interfaces:
    org.gradle.api.Named , org.gradle.api.attributes.HasAttributes , org.jetbrains.kotlin.gradle.plugin.KotlinTarget

    
    public interface KotlinWasmSubTargetContainerDsl
     implements KotlinTarget
                        
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      abstract Unit whenD8Configured(Function1<KotlinWasmD8Dsl, Unit> body)
      abstract Unit whenBinaryenApplied(Function1<Function1<BinaryenExec, Unit>, Unit> body)
      abstract KotlinWasmD8Dsl getD8()
      abstract Boolean isD8Configured()
      • 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