[How to Solve] Idea prompt does not support Lombok

IDEA suggests that lombok is not supported
IDEA version Community 2021.1
When debugging: “You aren’t using a compiler supported by lombok, so lombok will not work and has been disabled. ”
Solution.
File -> Settings -> Build,Execution,Deployment -> Compiler -> Shared build process VM options
Fill in:-Djps.track.ap.dependencies=false

Read More: