debug_information_remover
移除编译器给类产生的调试信息。
yaml
debug_information_remover:
remove_signatures: true
remove_source_file: true
remove_inner_class: true
remove_line_number: true
remove_local_variable: true
remove_kotlin_reference: true
remove_signatures
移除泛型签名
remove_source_file
移除原始文件名
remove_inner_class
移除内部类信息
remove_line_number
移除行号信息
remove_local_variable
移除局部变量表
remove_kotlin_reference
移除 Kotlin 调试信息。