Hi everyone, my actual company has some custom plu...
# detekt
f
Hi everyone, my actual company has some custom plugin that integrate detekt in our Android projects, I successfully run detekt but now I’m trying to add the formatting, the plugins necessary are inside the custom plugin but when i try to run detekt I receive this message: “Provider io.gitlab.arturbosch.detekt.formatting.FormattingProvider could not be instantiated” Any hint to solve the problem?
g
Can you re-run with
--stacktrace
as you should see what’s going on
f
Hi Nicola, This morning I had the chance to work again on the problem and I found a wrong version of detekt-formatting inside the gradle. I fixed it and now is working correctly
g
Awesome
f
Awesome is Detekt ❤️ and thank you for the support