https://kotlinlang.org logo
Title
p

pablisco

01/20/2018, 2:25 PM
Update on that issue, if I do
build
the problem comes back up. I have to do
clean build
¯\_(ツ)_/¯
m

mkobit

01/20/2018, 8:16 PM
I think that is because detekt finds all the generated classes in the second build
p

pablisco

01/21/2018, 10:27 AM
Makes sense :)
Regarding this issues. Should we try to make sure the code generated by ank also passes detekt? Would make it easier to rebuild while development
m

mkobit

01/22/2018, 2:46 PM
that and/or skipping generated classes
p

pablisco

01/22/2018, 3:31 PM
m

mkobit

01/22/2018, 3:44 PM
good find!
p

pablisco

01/22/2018, 3:58 PM
Also, running
clean assemble
is much easier when building broken code so the tests don't fail and a wee faster
And feels like one is in the Avengers