Search Gradle plugins
| Plugin | Latest Version |
|---|---|
|
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.11
(14 July 2025) |
|
This plugin sets up the basic capabilities necessary for building Smithy models.Applying this plugin will create the basic source sets and configurations needed for smithyprojects. It will also create a smithy build task that will build and validate all the smithy models in the project. |
1.3.0
(11 June 2025) |
|
A plugin that helps you easy to indlude/exclude module |
1.3.1
(18 April 2025) |
|
Sets up repositories needed for Crochet, a tool to set up development environments for Minecraft mods |
0.1.0-alpha.19
(01 April 2025) |
|
Apply Semver plugin to all projects |
0.7.1
(26 September 2024) |
|
Sets up basic conventions for Android projects, such as target sdk and Kotlin/Java versions |
1.0.1
(04 May 2024) |
|
For Gradle projects with nested modules where you call include a lot. |
0.2.6
(13 November 2023) |
|
Gradle plugin that provides tasks to modify project and modules versions. |
1.0.4
(30 October 2023) |
|
Gradle Settings plugin to apply bootstrap manifests for this build. Resolves and parses manifest, adds plugin declaration to pluginManagement and version catalogs to dependencyResolutionManagement. |
0.18.0-rc.6
(06 July 2023) |
|
A Gradle plugin that simplifies the creation of simple multiplatform Kotlin projects. |
1.13.0
(09 May 2023) |