Does anyone have an alternative to the Gradle Lint...
# announcements
s
Does anyone have an alternative to the Gradle Lint plugin for the kotlin dsl?
n
have you tried opening a issue with kotlinter ? maybe they can add support for .kts files during the next release when ktlint fixes the 1.3.20 bugs
t
ktlint is different purpose tool. Gradle lint more like Android lint or detekt
s
yeah, I need gradle lint to tell me all the unused dependencies we have.
g
What exactly this plugin should do? Because unused dependencies is not something kotlin-dsl specific and may be detected by a plugin created without kotlin-dsl in mind
s
I just need to get rid of all the unused dependencies. I don’t really care how it does that, whether it’s letting me know which dependencies are likely not used, or what. But the Gradle Lint plugin claims to do that, but also says it absolutely will not work with kotlin-dsl