I want to create data class extend from another data class. I can not extend from another data class because of another data class is data class and i have no chance that change another data class. Another data class must be data class (not interface, open class etc.).
I searched on internet and everyone says you should remove data tag and write open class. So how to extends from data class ?