Search Gradle plugins

Plugin Latest Version

Automatically resolves and injects plugin classpath dependencies based on pluginManagement resolutionStrategy.

1.1.0
(02 August 2025)

Injects custom interceptors at bytecode level in OkHttpClient. See GitHub for more info

1.2.0
(17 April 2025)

Stitch handles the Room boilerplate, including automatic generation of repositories, dependency injection integration, and flexible customizations.

1.0.0-alpha02
(15 February 2024)

Adding caller-information to all SLF4J Log statements during compilation

1.2.0
(30 November 2025)

Automatically inject network interceptor for MockkHttp IntelliJ plugin. Intercept and modify HTTP traffic from Android apps in debug builds only.

1.4.30
(18 November 2025)

Automatically injects analytics tracking code into Android Activities, Fragments, Composables, and methods at compile time using bytecode transformation. Supports screen-level tracking and method-level event tracking with parameter serialization, all with zero boilerplate.

2.1.0
(12 November 2025)

Plugin for injecting @ottrelite/core logic into React Native's Android Systrace API

0.1.0
(29 October 2025)

Gradle plugin for Compose Desktop that injects Linux package dependencies into jpackage outputs (DEB/RPM): adds Depends/Requires automatically.

0.2.5
(22 October 2025)

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)

The Android Compose Library Plugin streamlines the setup of Jetpack Compose and Hilt within your Android library modules. Leveraging the core configurations established by the Android Base Library Plugin, this plugin not only takes care of the fundamental settings like applying the Android and Kotlin plugins, setting SDK versions, and defining build types, but also automates the configuration of Compose build features, sets the correct Kotlin compiler extension version, and adds all the essential Compose dependencies. This includes UI, tooling, and testing libraries. Furthermore, it integrates Hilt by applying the necessary Hilt plugins and adding the required Hilt dependencies. By using this plugin, you can quickly enable Compose and Hilt in your library modules and ensure that all the necessary components are correctly configured, allowing you to start building beautiful and reactive UIs with ease while benefiting from dependency injection. It ensures that your library modules are consistently configured with the base settings, Hilt, and Compose.

0.0.11
(14 July 2025)