I tried the new `plugins { }` syntax but declaring...
# gradle
s
I tried the new
plugins { }
syntax but declaring
org.jetbrains.kotlin.plugin.spring
don’t work (plugin not taken in account).
k
I have the same problem ... it seems that the plugin is not applied ... do you know where we can find gradle plugin sources ?
s
Nop
If I have no aswer from @h0tk3y I guess I will create an issue
h
@sdeleuze, indeed, it does not work when applied with the plugins DSL. Reported that: https://youtrack.jetbrains.com/issue/KT-16865
👍 1
k
@h0tk3y Is the source code of those plugins (send to gradle repo) available somewhere ?
k
thank you!