Package 

Interface KotlinJsSubTargetContainerDsl

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

    
    public interface KotlinJsSubTargetContainerDsl
     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 whenNodejsConfigured(Function1<KotlinJsNodeDsl, Unit> body)
      abstract Unit whenBrowserConfigured(Function1<KotlinJsBrowserDsl, Unit> body)
      abstract KotlinJsNodeDsl getNodejs()
      abstract KotlinJsBrowserDsl getBrowser()
      abstract Boolean isNodejsConfigured()
      abstract Boolean isBrowserConfigured()
      • 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