Enable Annotation Processor not work
Space125 opened this issue · 4 comments
Space125 commented
Greetings, I copied the project and enabled annotation processors in the settings, but I get an error "Spring Boot Configuration Annotation Processor not configured". Please tell me how to set up annotation processors correctly?
sdeleuze commented
Gradle or Maven? What IDEA and Kotlin plugin versions?
Space125 commented
Gradle
IntelliJ IDEA 2022.3.3 (Ultimate Edition)
Kotlin plugin = 1.8.20
sdeleuze commented
I tried and it worked after doing Menu build -> Build project after enable annotation processors with IDEA 2023.1.2. Can you check after doing a full rebuild of the project?
sdeleuze commented
Closing due to lack of feedback.