Search Gradle plugins
| Plugin | Latest Version |
|---|---|
|
Reproducibility settings applied to Gradle's built-in tasks. |
1.1
(17 October 2025) |
|
Sets up the Gradle projects used in the Programming 1 exercises. |
3.6.3
(08 October 2025) |
|
Configures common Java settings for projects using Refinery |
0.2.0
(22 September 2025) |
|
After enable this plugin you can move android's main source set to androidMain, release to androidRelease, test to androidTest etc. |
0.14.4
(29 September 2024) |
|
Sets the Kotlin and Java sourceCompatibility targetCompatibility and release flag to a specific bytecode target |
1.0.0
(26 June 2024) |
|
Quickly set CN repositories. |
1.8
(05 February 2021) |
|
A small gradle plugin with components that I use often. |
1.0-SNAPSHOT
(30 July 2019) |
|
Fork from: https://github.com/rambabusaravanan/gradle-android-s3New features: - Filter uploaded files by extension - Attach metada to each uploaded file - Set aws region A simple light weight Gradle plugin for Android project to upload apk of all the build variants to AWS S3.This helps you to maintain all flavour of every version easily in S3. For usage, please visit docs for usage .. |
1.0.6
(18 February 2019) |
|
This plugin gives you control on project properties |
0.0.3
(13 March 2016) |
|
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) |