Is there a good blog post about migrating your cus...
# ksp
r
Is there a good blog post about migrating your custom annotation processor from kapt to ksp?
e
Hello! I don’t know any blog post about migration, but maybe the official Quickstart may help you. 😊 https://github.com/google/ksp/blob/main/docs/quickstart.md
👍 1
w
m
I don’t know much about migrated projects as for now, but I would start with a nice comparison from official Kotlin docs https://kotlinlang.org/docs/ksp-reference.html#types or from KSP project itself mentioned by @William Reed
j
document on our github page is currently most up-to-date, you can also ask any questions you have when using KSP here directly.
r
Thanks yall for the info , and @yigit for the blog, just read it!! Imma take a stab at this as soon as I get some bandwidth