I have a configuration section like: <generate> <javaTimeTypes>true</javaTimeTypes> <jpaAnnotations>true</jpaAnnotations> <jpaVersion>2.2</jpaVersion> <pojosAsKotlinDataClasses>true</pojosAsKotlinDataClasses> <pojosEqualsAndHashCode>true</pojosEqualsAndHashCode> <pojos>true</pojos> <daos>true</daos> <validationAnnotations>false</validationAnnotations> <springAnnotations>true</springAnnotations> </generate>
but still the classes generated are .java and not Kotlin. -- -- David J. M. Karlsen - http://www.linkedin.com/in/davidkarlsen -- You received this message because you are subscribed to the Google Groups "jOOQ User Group" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jooq-user/CAGO7Ob3zK2Nhqo0WCMMfLyMoqAEGzy2E7Cw6G-6XizkObXfYdQ%40mail.gmail.com.
