apply plugin: "com.google.protobuf" dependencies { implementation 'com.google.protobuf.nano:protobuf-javanano:3.1.0' } protobuf { protoc { artifact = "com.google.protobuf:protoc:3.0.0" } generateProtoTasks { all().each { task -> task.builtins { javanano {} } } } }