This repository was archived by the owner on Feb 26, 2023. It is now read-only.

Description
If the builder is used with inline classes it generates a builder with a field of the underlying type (which is expected, since inline classes are replaced by their underlying types at compile time). However, this means there is a compile error as the builder attempts to assign a variable of the underlying type to the inline class.
Perhaps a similar approach to default values can be taken to solve this.