Hello everyone, I'm trying to write what I think is a "simple" plugin for the compiler. I imagine this as a
@randomname
annotation which will be processed at compilation and confuse the class name "ClassName" to "OOOOOOOO".
The question is, do I understand correctly that the only thing I need to extend is
SyntheticResolveExtension
?
Or will I necessarily have to look up all uses of this class via
IrGenerationExtension
and change them?
y
Youssef Shoaib [MOD]
02/06/2024, 1:03 PM
Is there a reason why something like Proguard or R8 wouldn't do the trick here?