Package fluxo.conf.dsl.container.target
Interface JsTarget
-
- All Implemented Interfaces:
-
fluxo.conf.dsl.container.Container,fluxo.conf.dsl.container.KotlinTargetContainer,kotlin.Comparable
public interface JsTarget implements KotlinTargetContainer<KotlinJsTargetDsl>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public interfaceJsTarget.Configure
-
Method Summary
Modifier and Type Method Description abstract KotlinJsCompilerTypegetCompilerType()abstract UnitsetCompilerType(KotlinJsCompilerType compilerType)-
Methods inherited from class fluxo.conf.dsl.container.KotlinTargetContainer
target -
Methods inherited from class fluxo.conf.dsl.container.Container
applyPlugins, applyPlugins -
Methods inherited from class kotlin.Comparable
compareTo -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getCompilerType
abstract KotlinJsCompilerType getCompilerType()
-
setCompilerType
abstract Unit setCompilerType(KotlinJsCompilerType compilerType)
-
-
-
-