and it seems like i will need to repeat the steps ...
# gradle
s
and it seems like i will need to repeat the steps every single time i want to test a small change to my plugin
d
Just put your code into buildSrc/src/kotlin and create your plugin/task like a normal Kotlin code.
Super easy to do.
w
g
Just put code to build/src/Kotlin is not exactly plugin (you cannot apply it explicitly, for example some configuration), but work for many use cases of course Also there are precompiled script plugins, which reduce amount of boilerplate code, also you can publish yhem