com.squareup.wire
Owner: Square, Inc.
generate code from .proto files
https://github.com/square/wire
Sources: https://github.com/square/wire
Add this plugin to your build using the plugins DSL:
plugins {
id("com.squareup.wire") version "4.6.1"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("com.squareup.wire:wire-gradle-plugin:4.6.1") } } apply(plugin = "com.squareup.wire")
- Applying plugins to all subprojects .