Open kubitre opened 4 years ago
[description has been edited by @garyp from the original issue]
Generate a builder class for each proto message, similar to the proposal at https://github.com/lowasser/protobuf/blob/master/kotlin-design.md#proto-creation-dsl. Use Kotlin's type-safe builders functionality.
I would love to see this feature, too. Building large messages partially from the Java world is a pain nowadays.
Is any help needed?
[description has been edited by @garyp from the original issue]
Generate a builder class for each proto message, similar to the proposal at https://github.com/lowasser/protobuf/blob/master/kotlin-design.md#proto-creation-dsl. Use Kotlin's type-safe builders functionality.