Search Gradle plugins
Plugin | Latest Version |
---|---|
io.github.appspiriment.libraryThis 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) |
io.github.appspiriment.applicationThis Gradle plugin configures an Android application module with the necessary setup for Hilt Dependency Injection (DI). It automatically manages versioning by updating the version in a `version.properties` file with each build. The plugin streamlines the setup for the Android application, enabling seamless integration with Hilt DI and automatic version management. Warning: Modifying or changing the `appspirimentlibs.versions.toml` file manually can cause the plugin to fail, as it may get overwritten during plugin updates. For any version changes or dependency additions, it is recommended to update the default `libs.versions.toml` file instead. |
0.0.11
(14 July 2025) |
dev.aga.gradle.version-catalog-generatorAutomatically generate a Gradle version catalog from a BOM |
3.2.2
(27 June 2025) |
org.gradlex.java-module-versionsA plugin that makes Gradle respect the dependencies defined in 'module-info.java' files. |
1.9.2
(18 June 2025) |
com.palantir.jakarta-package-alignmentEnsure Jakarta EE dependencies are at versions with the 'jakarta' namespace, or force them back to Java EE dependencies with the 'javax' namespace |
0.7.0-rc1
(18 June 2025) |
io.github.pemistahl.version-catalog-linterA plugin for checking and formatting version catalog TOML files |
1.1.0
(06 June 2025) |
io.github.mridang.gradle.missinglinkA Gradle plugin that checks for dependency conflicts using Spotify MissingLink |
1.3.0
(06 June 2025) |
io.github.gmazzo.importclassesImports and repackages dependencies using `Proguard` tool |
1.3.0
(15 May 2025) |
org.standardout.bnd-platformBuild OSGi bundles and p2 repositories / Eclipse Update Sites from existing libraries and their dependencies, e.g. from Maven repositories. Useful for instance for creating a target platform for Eclipse/Equinox or Maven Tycho build from third party dependencies. |
3.2.0
(30 April 2025) |
io.github.chaehwanli.dep2uml.dependencyToUMLPluginA program that creates a package relationship using uml by referring to the dependency relationship. |
0.3.11
(05 April 2025) |