forked from square/dagger
-
Notifications
You must be signed in to change notification settings - Fork 2k
Open
Description
For Kotlin projects, Dagger currently makes use of KAPT. This is generally quite slow since it requires generating Java stubs before the annotation processing step.
KSP offers an alternative to this by making it easier for annotation processors like Dagger to more directly use Kotlin's compiler plugin infrastructure. Based on initial benchmarks, using KSP can speed up build times by as much as 2x.
elihart, JvmName, leandrofavarin, stkent, ditn and 565 moreshalva97, Elelan, wanyingd1996, n8yn8, JGaldo-beep and 4 moreshalva97, anselmoalexandre, inktomi, kikogassen, Elelan and 4 moreshumidub, marcellogalhardo, glureau-betclic, herrbert74, efemoney and 157 moremirland, yaoandy107, nilsjr, kibotu, FunkyMuse and 72 more