Hey guys, I have a question. Let's say I have a kotlin object class with a list of constants for localization keys. How can I access the values of the variables inside KSP to validate them?
e
ephemient
06/26/2023, 8:48 PM
values are not available in KSP
j
Jiaxiang
06/26/2023, 9:05 PM
If you can put the values in annotation arguments it will work, but might not fit your case.