Search Gradle plugins

Plugin Latest Version

use this to configuration your api environment.

2.0.0.1
(14 August 2025)

Produces a `/META-INF/rewrite/recipe-authors.yml` file containing recipe author attribution

2.3.0
(12 August 2025)

Runs your MiniKotlin generators so that classes are produced during build.

1.0
(06 August 2025)

android build common config for build.gradle, this will auto add android necessary dependencies

2025.08.06
(06 August 2025)

Add a unique git tag for each gradle build to track it without headache

0.9.0
(01 August 2025)

Manage local Ollama LLM instances in Gradle builds

0.0.2
(27 July 2025)

Integrate seamlessly Docker in your build.

1.1.0
(22 July 2025)

Publish Android build to telegram chat

1.1.0
(18 July 2025)

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)

This Gradle plugin configures an Android application module with the necessary setup for Hilt Dependency Injection (DI). It automatically manages versioning by updating the version in a `version.properties` file with each build. The plugin streamlines the setup for the Android application, enabling seamless integration with Hilt DI and automatic version management. Warning: Modifying or changing the `appspirimentlibs.versions.toml` file manually can cause the plugin to fail, as it may get overwritten during plugin updates. For any version changes or dependency additions, it is recommended to update the default `libs.versions.toml` file instead.

0.0.11
(14 July 2025)