<https://insert-koin.io/docs/quickstart/android-an...
# koin
t
https://insert-koin.io/docs/quickstart/android-annotations Is this KSP setup really necessary? Why it is not necessary with any other KSP plugin?
p
Yes, because the KSP will generate the module class of your annotated dependencies
t
KSP always generate classes and it always works out of the box, without any folder setup. It works for Room, Parcelize, Hilt, Moshi, etc.
I tried it without that and it just works. I did not found any issue yet.
a
For me also works without it