-
- All Implemented Interfaces:
-
kotlin.Comparable,org.gradle.api.Task,org.gradle.api.plugins.ExtensionAware,org.gradle.api.tasks.util.PatternFilterable,org.jetbrains.kotlin.gradle.dsl.KotlinCompile,org.jetbrains.kotlin.gradle.tasks.BaseKotlinCompile,org.jetbrains.kotlin.gradle.tasks.KotlinCompileTool,org.jetbrains.kotlin.gradle.tasks.KotlinJvmCompile
@Deprecated(message = "Moved into API artifact", replaceWith = @ReplaceWith(imports = {"org.jetbrains.kotlin.gradle.tasks.KotlinJvmCompile"}, expression = "KotlinJvmCompile")) public interface KotlinJvmCompile implements KotlinJvmCompile
-
-
Method Summary
Modifier and Type Method Description abstract DirectoryPropertygetDestinationDirectory()abstract ConfigurableFileCollectiongetFriendPaths()abstract KotlinJvmOptionsgetKotlinOptions()abstract ConfigurableFileCollectiongetLibraries()abstract Property<String>getModuleName()abstract Property<Boolean>getMultiPlatformEnabled()abstract Property<KotlinJvmOptions>getParentKotlinOptions()abstract ConfigurableFileCollectiongetPluginClasspath()abstract ListProperty<CompilerPluginConfig>getPluginOptions()abstract Property<String>getSourceSetName()abstract FileCollectiongetSources()abstract Property<Boolean>getUseModuleDetection()-
Methods inherited from class org.gradle.api.Task
compareTo, getExtensions -
Methods inherited from class org.jetbrains.kotlin.gradle.tasks.KotlinCompileTool
configure, dependsOn, doFirst, doFirst, doFirst, doLast, doLast, doLast, exclude, exclude, exclude, exclude, 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, include, include, include, include, mustRunAfter, onlyIf, onlyIf, property, setActions, setDependsOn, setDescription, setDidWork, setEnabled, setExcludes, setFinalizedBy, setGroup, setIncludes, setMustRunAfter, setOnlyIf, setOnlyIf, setProperty, setShouldRunAfter, shouldRunAfter, usesService -
Methods inherited from class org.jetbrains.kotlin.gradle.tasks.BaseKotlinCompile
getExcludes, getIncludes, setSource, source -
Methods inherited from class org.jetbrains.kotlin.gradle.tasks.KotlinJvmCompile
kotlinOptions, kotlinOptions, kotlinOptions -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getDestinationDirectory
abstract DirectoryProperty getDestinationDirectory()
-
getFriendPaths
abstract ConfigurableFileCollection getFriendPaths()
-
getKotlinOptions
abstract KotlinJvmOptions getKotlinOptions()
-
getLibraries
abstract ConfigurableFileCollection getLibraries()
-
getModuleName
abstract Property<String> getModuleName()
-
getMultiPlatformEnabled
abstract Property<Boolean> getMultiPlatformEnabled()
-
getParentKotlinOptions
abstract Property<KotlinJvmOptions> getParentKotlinOptions()
-
getPluginClasspath
abstract ConfigurableFileCollection getPluginClasspath()
-
getPluginOptions
abstract ListProperty<CompilerPluginConfig> getPluginOptions()
-
getSourceSetName
abstract Property<String> getSourceSetName()
-
getSources
abstract FileCollection getSources()
-
getUseModuleDetection
abstract Property<Boolean> getUseModuleDetection()
-
-
-
-