cretz / pb-and-k

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

If no package is set then compile fails #8

Closed komakai closed 5 years ago

komakai commented 6 years ago

Since package is optional in proto3 - the compiler should be able to handle the case when it is not set. Steps to reproduce:

cretz commented 6 years ago

Thanks, I will look into this. I may not have it fixed and released until early next week.

komakai commented 6 years ago

I may not have it fixed and released until early next week.

No really hurry - I just added a package declaration to my proto file to work round the issue

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