Does Kotlin have a limit on the number of paramete...
# android
s
Does Kotlin have a limit on the number of parameters you can have in a data class? I was looking for info on this in the official documentation but didn't find anything.
u
Good question
e
iirc there's some limits like
KFunction0<R>..KFunction22<P1..P22, R>
but most things should keep working after that