Kotlin-QueryDSL example does not work in intellij
mhaley-miovision opened this issue · 0 comments
mhaley-miovision commented
I imported the gradle/kotlin-querydsl project into intellij but cannot get any of the Q classes to generate. Executing ./gradlew build on the command line will generate these files. Any reason IntelliJ isn't generating these? I have gotten as far as having IntelliJ generate a Q class for a java class, but so far I am unsuccessful with it working for Kotlin.