Search Gradle plugins
Plugin | Latest Version |
---|---|
me.shika.kotlin-object-java-serializationSolves the problem of Kotlin object being having different instance after deserialization using built-in Java serialization. |
1.4.1
(03 January 2023) |
io.github.afezeria.serial-taskMake parallel tasks execute serially |
1.1
(07 May 2022) |
org.jetbrains.kotlin.plugin.serializationKotlin compiler plugin for kotlinx.serialization library |
1.8.20
(30 March 2023) |
io.github.thoebert.krosbridge-codegenA code generator for the message/service data classes for krosbridge. |
1.0.1
(29 March 2023) |
io.github.mmalygin.openapi-generatorThis 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) |
software.onepiece.limitsPlugin to generate immutable data structures (Kotlin source code) with collections that contain a limited set of elements addressed by coordinates. Also generates tools to diff data and (de)serialize such diffs. |
0.3
(08 September 2022) |
net.morimekta.providence.gradleProvidence model generator plugin for gradle. |
2.7.0
(06 May 2021) |
com.commercehub.gradle.plugin.avro-baseA Gradle plugin to allow easily performing Java code generation for Apache Avro. It supports JSON schema declaration files, JSON protocol declaration files, and Avro IDL files. |
0.99.99
(10 February 2021) |
com.commercehub.gradle.plugin.avroA Gradle plugin to allow easily performing Java code generation for Apache Avro. It supports JSON schema declaration files, JSON protocol declaration files, and Avro IDL files. |
0.99.99
(10 February 2021) |
io.github.dexpatcher.patch-libraryDexPatcher is a toolchain for modifying Android applications at source-level using Java and the full power of Android Studio. The DexPatcher Patch Library plugin produces a DexPatcher patch library that bundles compiled changes to code, manifest and resources of a source application without bundling any part of the application itself. The source application is provided as an Android APK or a DexPatcher APK library. DexPatcher patch libraries are similar in structure to Android libraries (AAR files). The changes bundled in a patch library are applied to its source application using the DexPatcher Patched Application plugin. Several patch libraries can be applied in the same step or their application can be serialized and chained. DexPatcher is free software. (GPLv3+) |
2.1.0
(27 June 2020) |