KSP quickstart says that we should implement Symbo...
# ksp
n
KSP quickstart says that we should implement SymbolProcessorProvider to provide our processor, but all examples I found until now don't do this. Why is it so? For example: https://github.com/google/ksp/tree/8a8d16855c23f3cc24d05218b16f6c6e46fdbbd8/integr[…]/src/test/resources/on-error/on-error-processor/src/main/kotlin This project has two processors, but not processor provider.
w
Just guessing but maybe because it’s relatively new API, released slightly over week ago https://kotlinlang.slack.com/archives/C013BA8EQSE/p1619057231125600?
1
n
Oh OK, I understand. Thanks!