I’m trying to integrate a project using Kotlin + Spring + GORM. I’ve successfully integrated the first two, but GORM requieres Groovy in order to work.
Is there a way to integrate GORM in a Kotlin project? Is it even possible to do such a thing? If so, is there any book, GitHub repo or link that would be useful?
Thank you very much to all in advance.