google/auto

Support KSP for AutoFactory

davidjwiner opened this issue · 2 comments

For Kotlin projects, AutoFactory 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 AutoFactory 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.

Any ETA one this one? KSP has recently had it's first stable release.

It was 2 years but there is no progress yet :(