https://kotlinlang.org logo
Title
m

miqbaldc

10/06/2021, 6:23 AM
This might be already questioned elsewhere (not sure what was the keyword) Did we need to wait for library author to support KSP, or we can just replace
kapt
with
ksp
? 🙏
e

ephemient

10/06/2021, 6:27 AM
each annotation processor needs to be ported to ksp https://android-developers.googleblog.com/2021/02/announcing-kotlin-symbol-processing-ksp.html
If you are an author of a library that currently uses annotation processing, you can find more information on how to make your library compatible with KSP in the quickstart and README guides.
:thank-you: 1
m

miqbaldc

10/06/2021, 7:00 AM
needs to wait for the author library then thanks!