Hey all. Question (as I can't find the thread afte...
# detekt
r
Hey all. Question (as I can't find the thread after some searching and scrolling): is there a planned release date for Detekt 2.0? Do we know what features are going to be included (e.g. Kotlin 2+ language support, compiler plugin support, etc)?
g
We’ll release the first alpha this week
🎉 4
The final stable has no ETA
The list of features: I do have a tentative changelog, but a more polished one will come closer to the stable release
We just shipped Detekt 2.0.0 alpha 0 here 🚀🚀🚀 https://github.com/detekt/detekt/releases/tag/v2.0.0-alpha.0
K 6
🚀 13
e
UntilInsteadOfRangeTo
seems to have been renamed to
RangeUntilInsteadOfRangeTo
but isn't mentioned in the changelog.
🤔 1
g
@eygraber can you open an issue?
e
r
Has the artifact been uploaded to Maven Central yet for the compiler plugin? Or is there a different set of directions to test out the compiler plugin on the alpha version?
g
The compiler plugin artifacts are up on Maven Central. However the Gradle Plugins are still pending approval from Gradle