-
Notifications
You must be signed in to change notification settings - Fork 510
Open
Labels
Description
When I try to autocomplete/import generated class it can not find it.
Steps:
- Open this project, demo.zip
- Build project with
./gradlew build
- Navigate to DemoApplication.java at line 10, and try to import/autocomplete TestMapperImpl, though class can be found at ./build/generated/sources/annotationProcessor/java/main/com/example/demo/TestMapperImpl.java
Same is applied for test classes, the import can not found there either.