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

Move to Kotlin Symbol Processing? #29

Open
ScottPierce opened this issue Jun 28, 2023 · 1 comment
Open

Move to Kotlin Symbol Processing? #29

ScottPierce opened this issue Jun 28, 2023 · 1 comment
Labels
enhancement New feature or request help wanted Help me write the code!

Comments

@ScottPierce
Copy link

Have you thought about moving to Kotlin Symbol Processing as a way to work around the library with the compiler api you are encountering?

https://kotlinlang.org/docs/ksp-overview.html

@ForteScarlet
Copy link
Owner

Hi. I did actually intend to use KSP in the earliest days, but I found that the content generated by KSP seemed to be required as a separate file/class (i.e. it couldn't directly change the original class), which was different to what I needed at the time, so I ended up going with the compiler plugin.

KSP might indeed be a good option though, and perhaps I'll try to provide an additional version of KSP when I have time. But with my limited abilities this probably won't be soon 😣

@ForteScarlet ForteScarlet added enhancement New feature or request help wanted Help me write the code! labels Jun 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Help me write the code!
Projects
None yet
Development

No branches or pull requests

2 participants