Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Kotlin Symbol Processor (KSP) #136

Open
svenjacobs opened this issue Nov 19, 2022 · 3 comments
Open

Add Kotlin Symbol Processor (KSP) #136

svenjacobs opened this issue Nov 19, 2022 · 3 comments
Labels
feature New feature or request

Comments

@svenjacobs
Copy link
Owner

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.

@svenjacobs svenjacobs added the feature New feature or request label Nov 19, 2022
@serrq
Copy link

serrq commented Jun 4, 2023

Mmm I don't understand well. Can I add a new sanitizer without an app update? By myself?

@svenjacobs
Copy link
Owner Author

svenjacobs commented Jun 4, 2023

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 😉

@serrq
Copy link

serrq commented Jun 4, 2023

All right, I trust you. I’m not a developer, just a little philosopher.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants