kotlin("plugin.spring") isn't updated
JorgenRingen opened this issue · 2 comments
JorgenRingen commented
Added a test demonstrating the behavior: JorgenRingen@837a800
As you can see, kotlin("jvm")
is updated, but kotlin("plugin.spring")
is not updated.
However, when I declare the plugin like this it works: id("org.jetbrains.kotlin.plugin.spring")
NB: The test was a little bit broken as well as assertions didn't fail when they ran inside lambda. Added assert keyword to make the test fail if an assertion failed.
andeki92 commented
This would be incredibly helpful! 🙌
patrikerdes commented
Available in 0.2.18