Hello! Does anyone have any example how to generat...
# dagger
g
Hello! Does anyone have any example how to generate code in the New Dagger SPI plugin (with KSP support) side of things?
initFiler
doesn't exist anymore, so I guess I have to go get
processingEnv?.ksp()?.codeGenerator
instead? Some examples would be welcomed 😊
g
Looks good, thanks!
b
We use that pattern in all the interactions with ksp/kapt. It works really good. One factory and the differences between them are just an implementation detail.
g
Yup indeed 💙