public class KotlinModuleFixer
extends java.lang.Object
implements proguard.resources.file.visitor.ResourceFileVisitor
KotlinModule fileName to match the module name
and the strings referring to classes to match the obfuscated names. It also
moves the classes around into the correct package, if they were moved during
the obfuscation.| Constructor and Description |
|---|
KotlinModuleFixer() |
| Modifier and Type | Method and Description |
|---|---|
void |
visitKotlinModule(proguard.resources.kotlinmodule.KotlinModule kotlinModule) |
public void visitKotlinModule(proguard.resources.kotlinmodule.KotlinModule kotlinModule)
visitKotlinModule in interface proguard.resources.file.visitor.ResourceFileVisitorvisitKotlinModule in interface proguard.resources.kotlinmodule.visitor.KotlinModuleVisitor