Tianyu Zhu
05/17/2021, 4:29 PMprotobuf {
...
generateProtoTasks {
all().forEach { task ->
task.builtins {
id("kotlin") // Just add this line to use the new "kotlin" built-in!
}
}
}
}
The generated code is working pretty well!