are there any good sources on how to write a custom gradle plugin in kotlin?
in nearly all of my prjects i am using a bunch of different gradle plugins and corresponding configurations over and over again. now i am curious if it wouldn’t make sense to bundle all this in one opinionated plugin.
b
Big Chungus
06/14/2021, 9:30 AM
Have a look into convention plugins. Here's an example.