Installation
The plugin only needs to be applied to modules you intend to publish as artifacts.
Android modules¶
For Android modules, aaraar is configured to run automatically as part of the assemble pipeline for all variants, unless
configured otherwise via the provided aaraar
extension. It is recommended that you only enable aaraar for variant(s)
you intend to publish.
JVM modules¶
By default, the packageJar
task will overwrite the output of the jar
task with the merged jar file, but this can
be customized to suit your needs by changing the PackageJar.outputJar
task output file property.