I’m not really a fan of the migration docs recomme...
# dokka
z
I’m not really a fan of the migration docs recommending setting up a full-blown convention plugin to use dokka in a multi-module project. Most of this is really an indictment on gradle having bad APIs and lacking a better story for PI right now, but I’d be curious if y’all considered offering a settings plugin instead
o
Yeah, convention plugins might not be the easiest way to share configuration, but at least it some kind of standard. In any case, in reality, it's needed for the same reason as before in DGPv1, so nothing changes here with DGPv2, we just provide in migration guide idiomatic Gradle approach.
but I’d be curious if y’all considered offering a settings plugin instead
We considered, but decided to start with good
project plugin
first. Settings plugins could be nice, but there are also cons regarding them. We will see in future on demand for it
👍 1