https://kotlinlang.org logo
#kapt
Title
t

themarketka

12/27/2016, 10:54 PM
I always thought we were already using
apply plugin: 'kotlin-kapt'
, but now I noticed we were not, so with the switch from 1.0.5-3 to 1.0.6, I added that gradle script line and observed cold build time jumped from about 60 seconds down to 30 seconds and hot build times up to 7 seconds, which is incredible ❤️ also we’re using androidannotations, and finally inherited fields from annotated superclasses are getting initialised/injected/whatever in subclasses as well
K 2