Search Gradle plugins

Plugin Latest Version

com.wandera.affected-module-detector

A plugin to detect modules with code change in a multi-module project

0.1.0
(08 October 2024)

io.github.timbermir.clean-wizard.multimodule

This plugin is required for Clean Wizard Kotlin Symbol Processor multi-module class generation. If your project is single-module, no need to apply it. It allows youto generate classes in various modules, so if you have data, domain and presentation modules and want to generate classes for each module, use this plugin.

1.0.0-RC1
(05 August 2024)

io.github.tozydev.fast-module

Conventions configuration for fast module

0.6.0
(03 February 2024)

com.gitlab.projectgenerator.module-generator

Module generator for multi-module gradle project

0.1.0
(16 June 2019)

io.github.OreshkinIV.module-creator

Plugin for creating modules with base structure via the terminal. Creates a new module with a clean architecture containing the dagger 2 and retrofit template

1.0.0
(05 May 2024)

io.ezet.gradle.try-include-module

Include a module if it is available on a path specified in local.properties. This can be used in combination with `resolve-to-module` to easily substitute remotely hosted dependencies with local sources when developing.

0.0.1-alpha1
(15 November 2019)

io.ezet.gradle.resolve-to-module

Resolves a gradle library dependency to a local source module if one is available. This can be used in combination with `try-include-local` to easily substitute remotely hosted dependencies with local sources when developing.

0.0.1-alpha1
(15 November 2019)

rgoldberg.java-modules

Java 9 JPMS (Jigsaw) modules support

0.2.1
(25 July 2018)

io.github.appspiriment.project

This project plugin simplifies the initial setup and version management for an Android application. It removes unnecessary configurations from the app module, creates the `appspirimentlibs.versions.toml` file corresponding to the plugin version, and adds the required `appspiriment` plugin exclusively to the app module (without affecting any other application modules or libraries). Additionally, the plugin configures the `appspirimentlibs.versions.toml` in the `settings.gradle.kts`. **Note:** If your project is using a `settings.gradle` file in Groovy, it will automatically convert it to the Kotlin DSL (`settings.gradle.kts`). You just need to add the plugin with correct version to the root build.gradle.kts (don't use alias, add it directly at first) and sync. This plugin is ideal for setting up a new project with a clean configuration or updating plugin versions. To update versions, simply update the project plugin version and sync. Be aware that this plugin will remove all configurations in the app module's Gradle file, so ensure that no additional configurations are lost.

0.0.7
(17 May 2025)

org.hiero.gradle.base.jpms-modules

Adds a 'module-info.class' to Java libraries that do not yet provide it

0.4.0
(09 May 2025)