-
- All Implemented Interfaces:
-
kotlin.Comparable,org.gradle.api.Task,org.gradle.api.plugins.ExtensionAware,org.jetbrains.kotlin.gradle.dsl.KotlinCompile
@Deprecated(message = "Moved into API artifact", replaceWith = @ReplaceWith(imports = {"org.jetbrains.kotlin.gradle.tasks.KotlinJvmCompile"}, expression = "KotlinJvmCompile")) public interface KotlinJvmCompile implements KotlinCompile<KotlinJvmOptions>
-
-
Method Summary
Modifier and Type Method Description abstract KotlinJvmOptionsgetKotlinOptions()-
Methods inherited from class org.gradle.api.Task
compareTo, getExtensions -
Methods inherited from class org.jetbrains.kotlin.gradle.dsl.KotlinCompile
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, onlyIf, onlyIf, property, setActions, setDependsOn, setDescription, setDidWork, setEnabled, setFinalizedBy, setGroup, setMustRunAfter, setOnlyIf, setOnlyIf, setProperty, setShouldRunAfter, shouldRunAfter, usesService -
Methods inherited from class org.jetbrains.kotlin.gradle.dsl.KotlinJvmCompile
kotlinOptions, kotlinOptions, kotlinOptions -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getKotlinOptions
abstract KotlinJvmOptions getKotlinOptions()
-
-
-
-