io.github.thoebert.krosbridge-codegen
Owner: Timon Hoebert
A code generator for the message/service data classes for krosbridge.
https://github.com/thoebert/krosbridge-codegen
Sources: https://github.com/thoebert/krosbridge-codegen.git
Version 1.0.2
1.0.2
Created 31 March 2023.
A code generator for the message/service data classes for krosbridge.
Add this plugin to your build using the plugins DSL:
plugins {
id("io.github.thoebert.krosbridge-codegen") version "1.0.2"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("io.github.thoebert:krosbridge-codegen:1.0.2") } } apply(plugin = "io.github.thoebert.krosbridge-codegen")
- Applying plugins to all subprojects .