-
- All Implemented Interfaces:
-
org.gradle.api.Named,org.gradle.api.attributes.HasAttributes,org.jetbrains.kotlin.gradle.plugin.HasKotlinDependencies,org.jetbrains.kotlin.gradle.plugin.KotlinCompilation
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, getDefaultSourceSet, getDefaultSourceSetName, getDisambiguatedName, getKotlinOptions, getKotlinSourceSets, getModuleName, 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 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()
-
-
-
-