Whenever I put @SpringBootApplication
on my Java class it’s immediately recognized by IDEA as a configuration file. But trying to do the same with my Kotilin class doesn’t make the same trick. Everything works in runtime, dependencies are picked and autowired but I have no advice during the development phase which is a strange thing. Is there any config steps I have to pass in order to start getting the same grade of hints as in the case of Java? It’s hard to believe that you offer better support for 3rd party languages and neglect to do the same for your own one
No, there is nothing you can configure on your side. Most of the framework support features work only with Java code at the moment. This will likely change during the next year.
1 Like