Class AAR2JARPlugin

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

    
    public final class AAR2JARPlugin
     implements Plugin<Project>
                        

    Allows consuming Android's AAR artifacts as JARs

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
      public final static String AAR_TYPE
    • Constructor Summary

      Constructors 
      Constructor Description
      AAR2JARPlugin()
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      Unit apply(Project target)
      • Methods inherited from class java.lang.Object

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

      • AAR2JARPlugin

        AAR2JARPlugin()