Add support for Kotlin Value Classes #2806
Labels
in: kotlin
Kotlin support
status: duplicate
A duplicate of another issue
type: enhancement
A general enhancement
Right now, we do not detect constructors and constructor arguments for classes that use Kotlin value classes because they do not use typically a defaulting mask.
Also, a lot from the inline classes mashup happens in the sense of rewritten property names, rewritten copy method name. Additionally, nullability infers boxing of value classes so for nullable components, Kotlin boxes values in inline classes and then unboxes these:
The text was updated successfully, but these errors were encountered: