Search Gradle plugins

Plugin Latest Version

com.jamshedalamqaderi.tawra-ktor-api-plugin

A plugin for tawra-ktor-api library which generate client side code for ktor server

0.0.1-dev-13
(15 December 2022)

com.google.android.libraries.mapsplatform.v3-beta-migration

A Gradle plugin to migrate from Maps SDK V3 BETA to Maps SDK in Google Play Services.

0.2.0
(14 October 2021)

io.github.appspiriment.library-base

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.7
(17 May 2025)

io.github.zenhelix.spring-boot-autoconfigure-library

A Gradle plugin that simplifies and enhances the configuration of Spring Boot Autoconfigure projects

0.12.0
(22 March 2025)

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)