samuel
01/13/2021, 5:04 PMfastInit
like this:
kapt {
javacOptions {
option("-Adagger.fastInit=enabled")
}
}
I see some warnings that don’t feel clear to me, does anyone know what could trigger such warnings?
warning: The following options were not recognized by any processor: '[dagger.fastInit, kapt.kotlin.generated]'
The following options were not recognized by any processor: '[dagger.fastInit, kapt.kotlin.generated]'
These warnings only affect very few modulesVampire
01/13/2021, 5:07 PMVampire
01/13/2021, 5:07 PMsamuel
01/13/2021, 5:12 PMfastInit
is intended to be used by dagger as an optimization, all the modules make use of dagger, which makes it more confusing because some complain, but most do notVampire
01/13/2021, 5:14 PMsamuel
01/13/2021, 5:17 PMsamuel
01/13/2021, 6:02 PMVampire
01/13/2021, 6:06 PM