has anyone experienced an decrease in compilation ...
# announcements
d
has anyone experienced an decrease in compilation speed after upgrading to 1.1? my unit tests compilation time seems to have jumped from ~20s to 50-60s. Gradle's
--profile
says that most of the time 20s+20s is spent in
:app:compileDevDebugUnitTestKotlin
and
:app:compileDevDebugUnitTestKotlinAfterJava
. I'm not sure if it's kotlin or gradle as I've upgraded quite a bit of deps lately... I'm yet to investigate this further, for now I wanted to ask if this is a known issue perhaps.