Hello, I would like to know why there is no way to add named parameters on an expected class/annotation.
I was toying with making a persistence-annotation module in common so I could annotate my entities in a common module in a way that I could use the entities in both JVM and JS.
The question of not annotating the entities in common is that if I am right, I would have to create the entity modeling in common and then on common-jvm create another version of them with the annotations.
I know it sounds strange, but I am trying to analyse the limits of multiplataform Kotlin and this is one of the points I arrived.