Describe the bug
E.g.: it allow to set a field number to 0.
To Reproduce
@Serializable
data class Box(@ProtoNumber(0) val number: Int)
Expected behavior
Shoud throw an error, this is not spec compliant as it should only allow value between 1 and 229 - 1.