Package 

Interface KotlinUsageContext

  • All Implemented Interfaces:
    org.gradle.api.Named , org.gradle.api.attributes.HasAttributes , org.gradle.api.component.SoftwareComponentVariant , org.gradle.api.internal.component.UsageContext

    
    public interface KotlinUsageContext
     implements UsageContext
                        
    • 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
      abstract KotlinCompilation<?> getCompilation()
      abstract String getDependencyConfigurationName()
      abstract Boolean getIncludeIntoProjectStructureMetadata()
      • Methods inherited from class org.gradle.api.attributes.HasAttributes

        getAttributes
      • Methods inherited from class org.gradle.api.Named

        getName
      • Methods inherited from class org.gradle.api.component.SoftwareComponentVariant

        getArtifacts, getCapabilities, getDependencies, getDependencyConstraints, getGlobalExcludes
      • Methods inherited from class org.gradle.api.internal.component.UsageContext

        getUsage
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait