Search Gradle plugins

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 .