Interface KlibPackaging

  • All Implemented Interfaces:
    org.gradle.api.Named

    
    public interface KlibPackaging
     implements Named
                        

    Represents a configuration for specifying the desired variant of Klib dependency.

    Use NON_PACKED when the artifact will undergo introspection, as this avoids unnecessary packaging and unpackaging steps.

    If a variant with attribute value NON_PACKED is not available, a variant with attribute value PACKED will be selected.

    Since:

    2.1.0

    • 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.gradle.api.Named

        getName
      • Methods inherited from class java.lang.Object

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

    • Method Detail