Search Gradle plugins
Plugin | Latest Version |
---|---|
io.github.appspiriment.library-composeThe 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.3
(25 February 2025) |
io.github.appspiriment.library-baseThe 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.3
(25 February 2025) |
xyz.tynn.android.sourcesProvide sources JAR for all Android Library software components. |
0.2.1
(20 November 2021) |
xyz.tynn.android.mavenProvide maven publications for all Android Library release software components. |
0.2.1
(20 November 2021) |
xyz.tynn.android.javadocProvide javadoc JAR for all Android Library software components. |
0.2.1
(20 November 2021) |
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.3
(25 February 2025) |
no.nordicsemi.android.plugin.libraryLibrary plugin extension. |
2.6.1
(23 December 2024) |
xyz.tynn.android.kdocProvide KDoc JAR for all Android Library software components. |
0.2.1
(20 November 2021) |
com.starter.library.androidSet of useful plugins that might be useful for Multi-Module Android projects. |
0.83.0
(29 March 2025) |
io.github.orange-3.unit-test-architectUnit Test Architect is an open source gradle plugin that helps you to automatically generate test cases of kotlin/java files using jUnit + Mockito. |
1.1.1
(25 January 2022) |