The library supports well known wrappers (Int32Value, StringValue etc.), the generated constructors has generated nullable wrapper variables (IntValue?, StringValue? etc.) but the properties are not null (paired with isSet properties).
Is it possible to have either generated nullable properties with the respective primitive (Int?, String? etc.) or to have generated extension properties (propertyNameOrNull) like with the default kotlinDSL proto gen?
The library supports well known wrappers (Int32Value, StringValue etc.), the generated constructors has generated nullable wrapper variables (IntValue?, StringValue? etc.) but the properties are not null (paired with isSet properties).
Is it possible to have either generated nullable properties with the respective primitive (Int?, String? etc.) or to have generated extension properties (propertyNameOrNull) like with the default kotlinDSL proto gen?