saker.android Documentation TaskDoc JavaDoc Packages
Creates a Java classpath configuration for Android. The task will extract the classes from .aar input archives and provide them as a classpath configuration. The output of the task can be used as an input to Java compilation or with other tasks that support them. The main objective of this task is to properly handle Android Library (AAR) inputs. It will automatically extract the necessary embedded Java JAR files and make them part of the created classpath.
Summary
Parameters
AARs
Required parameter.
The inputs to create the classpath from.
Parameters
Required parameter.
The inputs to create the classpath from. May be AARs, JARs, class directories, or resolved Maven artifacts. Result of the saker.android.aapt2.compile() can also be used, in which case the used AARs for the aapt2 compilation will be added to this classpath.