Search Gradle plugins
Plugin | Latest Version |
---|---|
com.vjh0107.ksp-extensionKSP extension plugin |
1.0.2
(04 November 2022) |
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.2
(20 January 2025) |
io.github.guilhe.kmp.plugin-composeuiviewcontrollerAutomates configuration for the KMP-ComposeUIViewController KSP library by introducing a Gradle extension for streamlined setup and usage. |
1.2.2
(23 December 2024) |