org.timemates.rsproto
Owner: Vadym Yaroshchuk
Code Generator from .proto files to Kotlin code.
https://github.com/timemates/rsproto
Sources: https://github.com/timemates/rsproto
Version 0.6.11 (latest)
0.6.11
Created 08 June 2024.
Code Generator from .proto files to Kotlin code.
Add this plugin to your build using the plugins DSL:
plugins {
id("org.timemates.rsproto") version "0.6.11"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("org.timemates.rsproto:gradle-plugin:0.6.11") } } apply(plugin = "org.timemates.rsproto")
- Applying plugins to all subprojects .