Also check official migration guide, covers this topic too
gildor
10/16/2018, 5:49 PM
This statement about "sometimes the plugin is type-safe, sometimes it isn't" definitely make sense, but not because bof plugins dsl, but jusy because plugin is too dinamic
gildor
10/16/2018, 5:51 PM
I think that any centralized wiki cannot solve problem of thousands Gradle plugins, the best thing what community can do is report such issues to plugin authors and request Kotlin DSL docs (or even contribute it to plugins repo, it's not so hard)
Finding right plugin id usually not a problem, I see it in instructions of most of Gradle plugins, also plugins.gradle.org is good way to find required plugin
This is not only Kotlin DSL thing, plugins dsl used for groovy as well and actually recommended way to configure Gradle, eventually buildscript dsl will be deprecated