Hi all, I’m doing a project with spring boot and kotlin using eclipse, I’m using eclipse Neon, because through the documentationd github of the kotlin plugin, it seems to me the most indicated (although old).
I have a problem that has annoyed me a lot, Kotlin’s parser, all the time let me loose this error, when performing a build in the project or creating a class, is there any way to correct this error?
An internal error occurred during: "Kotlin Analysis".
Wrong annotation argument: public @interface org.springframework.context.annotation.ComponentScans
extends java.lang.Object
implements : java.lang.annotation.Annotation
/* methods */
[unresolved] public abstract org.springframework.context.annotation.ComponentScan[] value()