-
- All Implemented Interfaces:
-
kotlin.Comparable,org.gradle.api.Task,org.gradle.api.plugins.ExtensionAware
@Deprecated(message = "Replaced by KotlinCompilationTask", replaceWith = @ReplaceWith(imports = {"org.jetbrains.kotlin.gradle.tasks.KotlinCompilationTask"}, expression = "KotlinCompilationTask")) public interface KotlinCompile<T extends KotlinCommonOptions> implements Task
-
-
Method Summary
Modifier and Type Method Description UnitkotlinOptions(Function1<T, Unit> fn)UnitkotlinOptions(Action<in T> fn)UnitkotlinOptions(Closure<?> fn)abstract TgetKotlinOptions()-
Methods inherited from class kotlin.Comparable
compareTo -
Methods inherited from class org.gradle.api.plugins.ExtensionAware
getExtensions -
Methods inherited from class org.gradle.api.Task
configure, dependsOn, doFirst, doFirst, doFirst, doLast, doLast, doLast, doNotTrackState, 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, notCompatibleWithConfigurationCache, 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
-
kotlinOptions
@Deprecated(message = "Replaced by compilerOptions { .. }", replaceWith = @ReplaceWith(imports = {}, expression = "compilerOptions(fn)")) Unit kotlinOptions(Function1<T, Unit> fn)
-
kotlinOptions
@Deprecated(message = "Replaced by compilerOptions(Action)", replaceWith = @ReplaceWith(imports = {}, expression = "compilerOptions(fn)")) Unit kotlinOptions(Action<in T> fn)
-
kotlinOptions
@Deprecated(message = "Should be autogenerated by Gradle") Unit kotlinOptions(Closure<?> fn)
-
getKotlinOptions
@Internal() abstract T getKotlinOptions()
-
-
-
-