Remove deprecated KotlinExtension#4063
Conversation
Codecov Report
@@ Coverage Diff @@
## main #4063 +/- ##
=========================================
Coverage 83.58% 83.58%
Complexity 3186 3186
=========================================
Files 459 459
Lines 9099 9099
Branches 1772 1772
=========================================
Hits 7605 7605
Misses 561 561
Partials 933 933 Continue to review full report at Codecov.
|
Agree. Asking as we probably want to add something to the release notes about it |
It was just: detekt {
}The problem is the plugin wasn't being applied correctly by some users, so the type-safe accessors generated for the Kotlin DSL weren't being generated. This is a configuration problem, not something to do with the plugin, but this helper provided a workaround. The helper isn't necessary if the plugin is applied properly. Users should be familiar with Gradle's Kotlin DSL primer. I'm not sure if we need something in the release notes since the deprecation message has had a link to this document since 2019. |
This was deprecated in detekt 1.3.0 - it's time to say goodbye.