Interface KotlinCompilationToRunnableFiles
-
- All Implemented Interfaces:
-
org.gradle.api.Named,org.gradle.api.attributes.HasAttributes,org.jetbrains.kotlin.gradle.plugin.HasKotlinDependencies,org.jetbrains.kotlin.gradle.plugin.HasProject,org.jetbrains.kotlin.gradle.plugin.KotlinCompilation,org.jetbrains.kotlin.tooling.core.HasExtras,org.jetbrains.kotlin.tooling.core.HasMutableExtras
@Deprecated(message = "Scheduled for removal with Kotlin 2.0") public interface KotlinCompilationToRunnableFiles<T extends KotlinCommonOptions> implements KotlinCompilation<T>
-
-
Method Summary
Modifier and Type Method Description abstract StringgetRuntimeDependencyConfigurationName()abstract FileCollectiongetRuntimeDependencyFiles()abstract UnitsetRuntimeDependencyFiles(FileCollection runtimeDependencyFiles)List<String>getRelatedConfigurationNames()-
Methods inherited from class org.jetbrains.kotlin.gradle.plugin.KotlinCompilation
associateWith, attributes, attributes, defaultSourceSet, defaultSourceSet, getAllKotlinSourceSets, getAssociateWith, getCompilationName, getCompileAllTaskName, getCompileDependencyConfigurationName, getCompileDependencyFiles, getCompileKotlinTask, getCompileKotlinTaskName, getCompileKotlinTaskProvider, getCompileTaskProvider, getCompilerOptions, getDefaultSourceSet, getDefaultSourceSetName, getDisambiguatedName, getKotlinOptions, getKotlinSourceSets, getName, getOutput, getPlatformType, getTarget, kotlinOptions, kotlinOptions, setCompileDependencyFiles, source -
Methods inherited from class org.gradle.api.attributes.HasAttributes
getAttributes -
Methods inherited from class org.jetbrains.kotlin.gradle.plugin.HasKotlinDependencies
dependencies, dependencies, getApiConfigurationName, getCompileOnlyConfigurationName, getImplementationConfigurationName, getRuntimeOnlyConfigurationName -
Methods inherited from class org.jetbrains.kotlin.gradle.plugin.HasProject
getProject -
Methods inherited from class org.jetbrains.kotlin.tooling.core.HasMutableExtras
getExtras -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getRuntimeDependencyConfigurationName
abstract String getRuntimeDependencyConfigurationName()
-
getRuntimeDependencyFiles
abstract FileCollection getRuntimeDependencyFiles()
-
setRuntimeDependencyFiles
abstract Unit setRuntimeDependencyFiles(FileCollection runtimeDependencyFiles)
-
getRelatedConfigurationNames
List<String> getRelatedConfigurationNames()
-
-
-
-