Search Gradle plugins

Plugin Latest Version

me.shika.kotlin-object-java-serialization

Solves the problem of Kotlin object being having different instance after deserialization using built-in Java serialization.

1.5.1
(11 January 2025)

com.glureau.k2pb

Generate protobuf files & serialize to protobuf from your data classes

0.9.19
(05 May 2025)

io.github.afezeria.serial-task

Make parallel tasks execute serially

1.1
(07 May 2022)

io.github.callmemiku.ktor-extension

adds serializable prop to data classes and tries to apply serialize with using your implementation

1.0.0
(23 April 2025)

io.github.probelalkhan.netro

Netro is a Gradle plugin that automates the generation of Retrofit API interfaces and Kotlin data models from JSON configuration files. It streamlines API integration by handling multiple HTTP methods (GET, POST, PUT, DELETE) and enforces a structured package organization for maintainability. Built with KotlinPoet and Kotlin Serialization, Netro simplifies API development, reducing boilerplate and improving code consistency.

0.2
(15 March 2025)

org.jetbrains.kotlin.plugin.serialization

Kotlin compiler plugin for kotlinx.serialization library

2.2.0-RC
(16 May 2025)

io.github.martinsjavacode.avro-gradle-plugin

A Gradle plugin to allow easily performing Java code generation for Apache Avro.

1.1.0
(25 April 2025)

io.github.sophimp.flatbuffers

A Gradle plugin that wraps Google FlatBuffers and can generate code from Google FlatBuffers schemas.

1.0.0
(14 February 2025)

io.github.thoebert.krosbridge-codegen

A code generator for the message/service data classes for krosbridge.

1.0.6
(24 November 2024)

io.github.mmalygin.openapi-generator

This plugin allows you to generate client and server SDKs for different languages, documentation and new generators from OpenAPI 2.0 and 3.x specifications. It does mostly the same things as openapi generator plugin but has a set of additional parameters: 1. Java client retrofit2 generator: add "interfaceOnly" additional property. If it's true, only API interfaces are generated. 2. Java client retrofit2 generator: allow to select serialization library when interfaceOnly = true. It's possible to use jackson instead of gson. 3. Possibility to configure useOneOfInterfaces via additional properties. Generation oneOf interfaces for Java Spring generator.

6.2.0
(02 October 2022)