Is hilt KSP suppose to generate java file ?
# dagger
r
Is hilt KSP suppose to generate java file ?
👌 1
n
As far as I know there isn’t a plan on the roadmap to migrate to generating Kotlin (last update I could find) Once the KSP performance stuff gets sorted out it’s still going to be substantially faster to generate Java code via KSP than with KAPT
r
gotcha, makes sense considering it doesn't support kmp
g
What do you mean by KSP performance stuff?
n
For larger projects there seems to be a some serious regressions related to using KSP with Dagger
g
Good to know, thanks, I'll follow that issue