Out of curiosity, is there some case where someone...
# detekt
x
Out of curiosity, is there some case where someone would want the gradle plugin and detekt version numbers to not match? It seems that most other gradle plugins for tools will "couple" the version numbers, such that each version of the gradle plugin always uses a specific version of the underlying tool, and to upgrade the underlying tool one must upgrade the plugin. kotlin-gradle-plugin is an example.