Trying to setup protobuf on gradle kts for Android...
# gradle
j
Trying to setup protobuf on gradle kts for Android but facing a few issues. Can someone help me out here or point to a proper documentation please? This is a portion of it which is throwing error right now -
Copy code
plugins(delegateClosureOf<NamedDomainObjectContainer<ExecutableLocator>> {
        this{
            "javalite" { artifact = "com.google.protobuf:protoc-gen-javalite:3.8.0" }
            "grpc" { artifact = "io.grpc:protoc-gen-grpc-java:$grpcVersion" }
        }
    })
The error is -
ExecutableLocator with name 'javalite' not found.