Expected behavior
Generate query classes starting with Q for all @entity and compile without errors
Actual behavior
The query class starting with Q (kotlin version) is successfully generated, and an EbeanEntityRegister.java is also generated, which will cause "cannot find Symbol" to appear during compilation
Steps to reproduce
I created a minimal example to reproduce this error, it is located here:
https://github.com/cruldra/ebean-maven-kapt-querybean-example
Expected behavior
Generate query classes starting with Q for all @entity and compile without errors
Actual behavior
The query class starting with Q (kotlin version) is successfully generated, and an EbeanEntityRegister.java is also generated, which will cause "cannot find Symbol" to appear during compilation
Steps to reproduce
I created a minimal example to reproduce this error, it is located here:
https://github.com/cruldra/ebean-maven-kapt-querybean-example