Search Gradle plugins
| Plugin | Latest Version |
|---|---|
|
This Gradle plugin simplifies the development process by automatically generating Kotlin Exposed table definitions from a PostgreSQL database schema. It connects to your database, introspects the schema, and creates Kotlin code for Exposed DSL, including table definitions, column mappings, and relationships. Save time and eliminate boilerplate by keeping your Exposed models synchronized with your database schema effortlessly. |
0.33.1
(25 November 2025) |
|
Automatically crosscompile Kotlin/Native CInterop libraries for all supported targets |
0.1.9
(10 March 2024) |
|
Highly-opinionated, batteries-included jvm library gradle configuration plugin for multi-module projects |
0.13.1
(31 October 2024) |
|
Highly-opinionated, batteries-included JVM application gradle configuration plugin for multi-module projects |
0.13.1
(31 October 2024) |
|
The plugin ensures correct RPC configurations for your project, that will allow proper code generation. Additionally, it enforces proper artifacts versions for your project, depending on your Kotlin version. Resulting versions of the kotlinx.rpc dependencies will be 'kotlinVersion-kotlinxRpcVersion', for example '1.9.24-0.2.0', where '0.2.0' is the kotlinx.rpc version. |
0.10.2
(16 January 2026) |
|
Tool to link kotlin/native binaries with clang or other linkers |
0.1.2
(14 September 2023) |
|
Provides the ability to package and containerize your Ktor application |
3.4.0
(22 January 2026) |
ru.yoomoney.tech.moira-trigger-plugin
Deprecated
Gradle plugin for Moira triggers publication |
3.2.9
(30 October 2020) |
|
This plugin reduces repetition when specifying private GitHub packages as gradle dependencies |
0.3.4
(25 November 2024) |
|
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) |