I guess, I am asking a stupid question, but I have...
# announcements
o
I guess, I am asking a stupid question, but I haven't found any solution yet by googling. I have a JPA entity defined, I added the kotlin-spring and kotlin-jpa plugins for gradle, but I am unable to compile my code, cause I can't access the default no-arg constructor. Is this only available via reflection? Or can it be called in my code?