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

Kotlin Inline Class Support #8

@powturns

Description

@powturns

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions