Kotlin data class and 30+ attributes
how do we create data classes in kotlin , where the class contains more than 25+ attributes.
Use case is there is a class in java which has more than 25+ attributes and is needed to be converted to kotlin data class, morever the question would be is it appropriate to do so and if so how can we do that?