Now, I would like to show the same warnings in IntelliJ. I was hoping that IntelliJ was smart enough to get the same kotlin compiler configuration as gradle and enable my kotlin compiler plugin, however that does not seem to work. Is there a way to show those warnings, or should I create a separate IntelliJ plugin, working on the PSI level to produce the warnings?