cretz / pb-and-k

Kotlin Code Generator and Runtime for Protocol Buffers
MIT License
139 stars 15 forks source link

Support pluggable grpc service generation via ServiceLoader-like plugin #11

Closed cretz closed 5 years ago

cretz commented 5 years ago

This is basically what prost does. Just give them the proto service info and ability to write to existing file.

cretz commented 5 years ago

Fixed in master, will update when 0.3.0 is released

cretz commented 5 years ago

0.3.0 released