-
- All Implemented Interfaces:
-
org.gradle.api.attributes.AttributeContainer,org.gradle.api.attributes.HasAttributes
public final class GradleKpmConfigurationAttributesSetupContext<T extends GradleKpmFragment> implements AttributeContainer
-
-
Method Summary
Modifier and Type Method Description final ProjectgetProject()final TgetFragment()final <T extends Named> Tnamed(String name)final <T extends Named> GradleKpmConfigurationAttributesSetupContext<T>namedAttribute(Attribute<T> key, String name)<K extends Any> GradleKpmConfigurationAttributesSetupContext<T>attribute(Attribute<K> key, K value)-
Methods inherited from class org.gradle.api.attributes.AttributeContainer
getAttributes -
Methods inherited from class org.jetbrains.kotlin.gradle.plugin.mpp.pm20.GradleKpmConfigurationAttributesSetupContext
contains, getAttribute, isEmpty, keySet -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getProject
final Project getProject()
-
getFragment
final T getFragment()
-
namedAttribute
final <T extends Named> GradleKpmConfigurationAttributesSetupContext<T> namedAttribute(Attribute<T> key, String name)
-
-
-
-