Search Gradle plugins

Plugin Latest Version

A Gradle plug-in that enables generation of Eclipse project files (.project and .classpath) to enable use of the Eclipse IDE for Android projects. Correctly adds Android AAR dependencies to the classpath, works with the new Android build system.

1.1
(14 October 2018)

Scans all Android Gradle modules and their AAR/JAR dependencies at build time, producing JSON mapping files (module metadata, resource mapping, package mapping) that power per-LOB (Line-of-Business) APK size attribution in the ApkSize Analyzer CLI. Supports dynamic feature modules, functional unit grouping, and fine-grained overrides.

0.6.0
(13 March 2026)

Detects Kotlin metadata version drift in dependencies — the kind of mismatch that compiles fine but can cause runtime incompatibilities. Scans fat JARs, nested archives, and AARs recursively.

0.2.0
(07 March 2026)

Used in module level gradle for publishing to maven repositories

0.3
(31 October 2024)

A Gradle plugin which enables AspectJ for Android builds. supports Kotlin, aar, jar aspect

3.3.2
(20 December 2022)

Create your submodules quickly by applying a common configuration.

0.7.0
(23 December 2020)

Create an JAR (Java library) submodule.

0.7.0
(23 December 2020)

Create an APK (Android application) submodule.

0.7.0
(23 December 2020)

The DexPatcher Patch Library plugin produces a DexPatcher patch library file that bundles compiled changes and additions to code and resources of a source application imported as a DexPatcher APK library, without bundling any part of the source application itself. The file is similar in structure to an Android library (AAR) file. The changes bundled in a patch library can be applied to the source application using the DexPatcher Patched Application plugin. Several patch libraries can be applied in the same step, or their application can be serialized though the cyclic use of the APK Library and Patched Application plugins. DexPatcher is free software. (GPLv3+)

2.0.0
(31 October 2019)

The DexPatcher APK Library plugin processes an Android application (APK) file and produces a DexPatcher APK library file that can be used to create modified versions of the source application. The file is similar in structure to an Android Library (AAR) file. It includes the decoded Android resources of the application and its Dalvik bytecode translated into Java bytecode among other things. DexPatcher is free software. (GPLv3+)

2.0.0
(31 October 2019)