Hello everyone, I'm trying to write what I think i...
# compiler
a
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
Is there a reason why something like Proguard or R8 wouldn't do the trick here?
a
Yes I want to use this for native code