Search Gradle plugins
| Plugin | Latest Version |
|---|---|
|
Produces Kotlin source example files and tests from markdown documents with embedded snippets of Kotlin code |
0.5.1
(23 January 2026) |
|
The Android Base Library Plugin is a foundational plugin designed to standardize the configuration of all your Android library modules. It automates the setup of core settings, ensuring consistency across your project. This plugin handles essential tasks such as applying the Android and Kotlin plugins, setting the compile and minimum SDK versions, configuring build types (debug/release), defining Java and Kotlin compilation options, and setting up default source sets and resource configurations. By using this plugin, you can significantly reduce boilerplate code and maintain a uniform structure across all your library modules. |
0.0.11
(14 July 2025) |
|
Utilities for keeping generated code checked in in sync with the generation process |
1.1.0
(09 June 2025) |
|
Often implementing mvvm architecture in the android, there are always a boilerplate code. Such as Mapper for converting models from the network to the domain,creating data sources and data repositories etc. This plugin aims to reduce the boilerplate such codebase |
1.0.4
(25 August 2024) |
|
Formats Java source files using the Wadler-Lindig pretty-printing algorithm, in the style of Prettier. |
0.4.0
(22 July 2026) |
|
Performs quality checks on your project's Java source files using SpotBugs and generates reports from these checks. This is a temporary release to support a fix for Gradle 4.10. |
1.6.4
(07 September 2018) |