Add Kotlin Symbol Processor (KSP)
Instead of having to manually add new sanitizers to a list in order to load them, we could write a small KSP library which generates the list automatically based on annotations.
Mmm I don't understand well. Can I add a new sanitizer without an app update? By myself?
Can I add a new sanitizer without an app update? By myself?
@serrq No. At the moment sanitizers have to be written in Kotlin and new ones can only be added via app updates.
Sanitizers have to be added to a list so that they are loaded at runtime and known to the application. The idea of this ticket was to generate the code that builds this list, which grows with every new sanitizer š
All right, I trust you. Iām not a developer, just a little philosopher.
Closing as I think the effort is not worth it š