<@U41NT8LUW> in the `protobuf` plugins, should I u...
# kroto-plus
r
@marcoferrer in the
protobuf
plugins, should I use the
gradle-plugin
? Or
protoc-gen-kroto-plus
?
Copy code
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
        }