Search Gradle plugins

Plugin Latest Version

Configures Android projects with Hilt dependency injection for your project.

1.0.0-alpha05
(15 April 2024)

Configures Android application projects with Firebase services for your project.

1.0.0-alpha05
(15 April 2024)

Configures Android application projects with multiple flavor variants for your project.

1.0.0-alpha05
(15 April 2024)

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)

Configures Android application-specific options with Jacoco code coverage for your project.

1.0.0-alpha05
(15 April 2024)

Provide sources JAR for all Android Library software components.

0.2.1
(20 November 2021)

Provide maven publications for all Android Library release software components.

0.2.1
(20 November 2021)

Provide javadoc JAR for all Android Library software components.

0.2.1
(20 November 2021)

This Gradle plugin configures an Android Library module with Hilt Dependency Injection (DI) using KSP (Kotlin Symbol Processing) and does not configure KAPT. It automatically applies the Hilt plugin to the library, enabling DI functionality with KSP. The plugin features a configurable extension, `configureLibrary`, which allows you to enable Compose capabilities by setting `isComposeLibrary` to true within the extension. Additionally, the plugin updates the `appspirimentlibs.versions.toml` file to manage and include the required dependencies for the library. This plugin streamlines the setup for Android libraries, providing seamless integration with Hilt (via KSP) and optional support for Compose.

0.0.11
(14 July 2025)

Library plugin extension.

2.12
(09 December 2025)