Interface ArchRuleAttribute


@NullMarked public interface ArchRuleAttribute
Attribute used to denote an archrules library, and to resolve archrules variants
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    Used in archrules artifacts to allow them to be selected via the variant selection algorithm
    static final org.gradle.api.attributes.Attribute<String>
    Attribute used to denote an archrules library, and to resolve archrules variants
  • Field Details

    • ARCH_RULES_ATTRIBUTE

      static final org.gradle.api.attributes.Attribute<String> ARCH_RULES_ATTRIBUTE
      Attribute used to denote an archrules library, and to resolve archrules variants
    • ARCH_RULES

      static final String ARCH_RULES
      Used in archrules artifacts to allow them to be selected via the variant selection algorithm
      See Also: