-
- 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
-
-
Method Summary
Modifier and Type Method Description abstract KotlinCompilation<?>getCompilation()abstract StringgetDependencyConfigurationName()abstract BooleangetIncludeIntoProjectStructureMetadata()-
Methods inherited from class org.gradle.api.component.SoftwareComponentVariant
getAttributes, getName -
Methods inherited from class org.gradle.api.internal.component.UsageContext
getArtifacts, getCapabilities, getDependencies, getDependencyConstraints, getGlobalExcludes -
Methods inherited from class org.jetbrains.kotlin.gradle.plugin.mpp.KotlinUsageContext
getUsage -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getCompilation
abstract KotlinCompilation<?> getCompilation()
-
getDependencyConfigurationName
abstract String getDependencyConfigurationName()
-
getIncludeIntoProjectStructureMetadata
abstract Boolean getIncludeIntoProjectStructureMetadata()
-
-
-
-