You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Note: I'm generating Java code even for my Kotlin project. I'm already struggling with this and I don't want to add Kotlin compiler/setup issues to the mix.
The syntax in Gradle scripts is sometimes strange, so it would be great to have a working example to look at
I'm assuming you're looking into the official gradle plugin from jOOQ 3.19, not any third party plugins. The manual is full of examples. Pick a random page, e.g.:
All the existing demos use Maven to build.
I've run into several issues when trying to get the jOOQ code generator to work with Gradle + Kotlin scripts. My main issues:
Note: I'm generating Java code even for my Kotlin project. I'm already struggling with this and I don't want to add Kotlin compiler/setup issues to the mix.
If a demo is take too much time, then please at least mention how to make the link between the code gen and compiler on https://www.jooq.org/doc/3.20/manual/code-generation/codegen-gradle/
The text was updated successfully, but these errors were encountered: