-
- 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 KotlinCompilationWithResources<T extends KotlinCommonOptions> implements KotlinCompilation<T>
-
-
Method Summary
Modifier and Type Method Description abstract StringgetProcessResourcesTaskName()-
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, getRelatedConfigurationNames, 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
-
getProcessResourcesTaskName
abstract String getProcessResourcesTaskName()
-
-
-
-