Robert
06/05/2019, 8:17 PMprotobuf plugins, should I use the gradle-plugin? Or protoc-gen-kroto-plus?
protobuf {
generatedFilesBaseDir = "$projectDir/src"
protoc {
artifact = "com.google.protobuf:protoc:3.6.1"
}
plugins {
id("krotoPlusPlugin") {
artifact = "com.github.marcoferrer.krotoplus:kroto-plus-gradle-plugin:+" // Not this one it seems
}