Does anyone have an alternative to the Gradle Lint plugin for the kotlin dsl?
n
Nikky
02/02/2019, 12:28 AM
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
tapchicoma
02/02/2019, 9:44 AM
ktlint is different purpose tool.
Gradle lint more like Android lint or detekt
s
snowe
02/02/2019, 5:35 PM
yeah, I need gradle lint to tell me all the unused dependencies we have.
g
gildor
02/05/2019, 3:54 AM
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
snowe
02/05/2019, 5:04 PM
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