Package 

Interface KotlinMetadataCompilation

  • 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 KotlinMetadataCompilation<T extends KotlinCommonOptions>
     implements KotlinCompilation<T>
                        
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      • 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.jetbrains.kotlin.gradle.plugin.HasKotlinDependencies

        dependencies, dependencies, getApiConfigurationName, getCompileOnlyConfigurationName, getImplementationConfigurationName, getRuntimeOnlyConfigurationName
      • Methods inherited from class org.gradle.api.attributes.HasAttributes

        getAttributes
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail