-
- All Implemented Interfaces:
-
kotlin.Comparable,org.gradle.api.Task,org.gradle.api.plugins.ExtensionAware
public interface KotlinJsDce implements Task
-
-
Method Summary
Modifier and Type Method Description UnitdceOptions(Function1<KotlinJsDceOptions, Unit> fn)UnitdceOptions(Closure<?> fn)abstract Unitkeep(String fqn)abstract KotlinJsDceOptionsgetDceOptions()abstract List<String>getKeep()-
Methods inherited from class org.gradle.api.Task
compareTo, getExtensions -
Methods inherited from class org.jetbrains.kotlin.gradle.dsl.KotlinJsDce
configure, dependsOn, doFirst, doFirst, doFirst, doLast, doLast, doLast, finalizedBy, getActions, getAnt, getConvention, getDependsOn, getDescription, getDestroyables, getDidWork, getEnabled, getFinalizedBy, getGroup, getInputs, getLocalState, getLogger, getLogging, getMustRunAfter, getName, getOutputs, getPath, getProject, getShouldRunAfter, getState, getTaskDependencies, getTemporaryDir, getTimeout, hasProperty, mustRunAfter, onlyIf, onlyIf, property, setActions, setDependsOn, setDescription, setDidWork, setEnabled, setFinalizedBy, setGroup, setMustRunAfter, setOnlyIf, setOnlyIf, setProperty, setShouldRunAfter, shouldRunAfter, usesService -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
dceOptions
Unit dceOptions(Function1<KotlinJsDceOptions, Unit> fn)
-
dceOptions
Unit dceOptions(Closure<?> fn)
-
getDceOptions
@Internal() abstract KotlinJsDceOptions getDceOptions()
-
-
-
-